summaryrefslogtreecommitdiffstats
path: root/plugins/check_mrtg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mrtg.c')
-rw-r--r--plugins/check_mrtg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c
index e138264..15d50fe 100644
--- a/plugins/check_mrtg.c
+++ b/plugins/check_mrtg.c
@@ -58,7 +58,7 @@ main (int argc, char **argv)
58 textdomain (PACKAGE); 58 textdomain (PACKAGE);
59 59
60 if (process_arguments (argc, argv) != OK) 60 if (process_arguments (argc, argv) != OK)
61 usage (_("Invalid command arguments supplied\n")); 61 usage (_("Incorrect arguments supplied\n"));
62 62
63 /* open the MRTG log file for reading */ 63 /* open the MRTG log file for reading */
64 fp = fopen (log_file, "r"); 64 fp = fopen (log_file, "r");