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 format string

This commit is contained in:
Steffen Vogel 2019-03-09 00:32:31 +01:00
parent 4942d8ee74
commit df6317d593

View file

@ -109,7 +109,7 @@ json_t * parse_cli(int argc, char *argv[])
continue;
check: if (optarg == endptr)
logger->warn("Failed to parse parse option argument '-%c %s'", c, optarg);
logger->warn("Failed to parse parse option argument '-{} {}'", c, optarg);
}
if (argc != optind + 1)