mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed error message
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@240 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
ee047e0003
commit
8b9eb4da71
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ int config_parse(const char *filename, config_t *cfg, struct settings *set,
|
|||
|
||||
if (!config_read_file(cfg, filename)) {
|
||||
error("Failed to parse configuration: %s in %s:%d",
|
||||
config_error_text(cfg),
|
||||
config_error_file(cfg),
|
||||
config_error_text(cfg), filename,
|
||||
config_error_line(cfg)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue