mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix missing log initialization
This commit is contained in:
parent
526be78ca5
commit
952a1c0444
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ int super_node_init(struct super_node *sn)
|
|||
{
|
||||
assert(sn->state == STATE_DESTROYED);
|
||||
|
||||
log_init(&sn->log, V, LOG_ALL);
|
||||
#ifdef WITH_API
|
||||
api_init(&sn->api, sn);
|
||||
#endif /* WITH_API */
|
||||
|
|
Loading…
Add table
Reference in a new issue