mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hook: improve debug output of hook signal lists
This commit is contained in:
parent
21d0158679
commit
bc77cf0d9f
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ skip_add:
|
|||
|
||||
sigs = h->getSignals();
|
||||
|
||||
auto logger = logging.get("hook");
|
||||
logger->debug("Signal list after hook {}:", i);
|
||||
auto logger = h->getLogger();
|
||||
logger->debug("Signal list after hook #{}:", i);
|
||||
signal_list_dump(logger, sigs);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue