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:
parent
7e1a4add74
commit
734629c179
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue