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:
parent
4942d8ee74
commit
df6317d593
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue