1
0
Fork 0
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:
Steffen Vogel 2021-07-06 18:32:34 +02:00
parent 21d0158679
commit bc77cf0d9f

View file

@ -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);
}
}