summaryrefslogtreecommitdiffstats
path: root/cli_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli_output.c')
-rw-r--r--cli_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_output.c b/cli_output.c
index c9cce73..5eff1c0 100644
--- a/cli_output.c
+++ b/cli_output.c
@@ -36,7 +36,7 @@ int close_logfile(void)
if (fclose(logfile)) {
/* fclose returned an error. Stop writing to be safe. */
logfile = NULL;
- msg_perr("Closing the log file returned error %s\n", strerror(errno));
+ msg_gerr("Closing the log file returned error %s\n", strerror(errno));
return 1;
}
logfile = NULL;
OpenPOWER on IntegriCloud