aboutsummaryrefslogtreecommitdiffstats
path: root/osysmon_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'osysmon_main.c')
-rw-r--r--osysmon_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osysmon_main.c b/osysmon_main.c
index eaed1a9..98859ed 100644
--- a/osysmon_main.c
+++ b/osysmon_main.c
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
rc = vty_read_config_file(config_file, NULL);
if (rc < 0) {
- fprintf(stderr, "Failed to parse the config file\n");
+ fprintf(stderr, "Failed to parse the config file %s\n", config_file);
exit(2);
}