diff options
Diffstat (limited to 'cli_output.c')
-rw-r--r-- | cli_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_output.c b/cli_output.c index c9cce73b..5eff1c05 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; |