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

fix compiler warning on Ubuntu 16.04

This commit is contained in:
Steffen Vogel 2019-01-23 13:41:17 +01:00
parent 7e1a4add74
commit 734629c179

View file

@ -293,7 +293,7 @@ void signal_list_dump(const struct vlist *list, const union signal_data *data, i
strcatf(&buf, " = %s", val);
}
debug(5, buf);
debug(5, "%s", buf);
free(buf);
}
}