Commit 5e9a3a93 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in error reporting.

parent 0f21ddeb
......@@ -224,7 +224,8 @@ main(int argc, char **argv)
rc = parse_config_from_file(config_file);
if(rc < 0) {
fprintf(stderr,
"Couldn't parse configuration from file %s.\n", *arg);
"Couldn't parse configuration from file %s.\n",
config_file);
exit(1);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment