diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:17:03 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:17:03 +0200 |
commit | 3e17e380598b9a512bb369f51a4cf55da269f608 (patch) | |
tree | 50d1bdd4e82460861f1af2620032c46b33d340d3 /sysdep/unix/main.c | |
parent | 00a09f3c367e79297f827b52ec5f16842db1ac4e (diff) | |
parent | ae8b300164a975597f9b6caea0b205af2e4db30b (diff) |
Merge branch 'master' into rt-accepted
Diffstat (limited to 'sysdep/unix/main.c')
-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); |