1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

unifying log output

This commit is contained in:
Steffen Vogel 2017-08-22 12:14:06 +02:00
parent d40d0cd29e
commit 478a481574

View file

@ -74,6 +74,8 @@ int super_node_init(struct super_node *sn)
int super_node_parse_uri(struct super_node *sn, const char *uri)
{
json_error_t err;
info("Parsing configuration");
if (uri) { INDENT
FILE *f;