diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:15:05 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:15:05 +0200 |
commit | ae8b300164a975597f9b6caea0b205af2e4db30b (patch) | |
tree | 3f370043b218ba8c363f624305c8fdb2a49364ef /sysdep | |
parent | d360f129e393298ff3e5309ec06a3baf170784fb (diff) | |
parent | ed7c4b0cd530126b9a794f817f5d1d93556a1bce (diff) |
Merge commit 'origin/master'
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 9219da9b..dfe0b89c 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -269,7 +269,7 @@ cmd_reconfig(char *name, int type) if (!unix_read_config(&conf, name)) { if (conf->err_msg) - cli_msg(8002, "%s, line %d: %s", name, conf->err_lino, conf->err_msg); + cli_msg(8002, "%s, line %d: %s", conf->err_file_name, conf->err_lino, conf->err_msg); else cli_msg(8002, "%s: %m", name); config_free(conf); |