From 0be033eacd53660e9e64f88c57e210886fe4c93d Mon Sep 17 00:00:00 2001 From: stevesk Date: Mon, 2 Apr 2001 13:45:00 +0000 Subject: [PATCH] - (stevesk) log.c openbsd sync; missing newlines --- ChangeLog | 3 +++ log.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9684434..cac15acc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20010402 + - (stevesk) log.c openbsd sync; missing newlines + 20010330 - (djm) Another openbsd-compat/glob.c sync - (djm) OpenBSD CVS Sync diff --git a/log.c b/log.c index 6131f4cd..f8f6c1c4 100644 --- a/log.c +++ b/log.c @@ -268,7 +268,7 @@ log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) log_level = level; break; default: - fprintf(stderr, "Unrecognized internal syslog level code %d", + fprintf(stderr, "Unrecognized internal syslog level code %d\n", (int) level); exit(1); } @@ -318,7 +318,7 @@ log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) break; default: fprintf(stderr, - "Unrecognized internal syslog facility code %d", + "Unrecognized internal syslog facility code %d\n", (int) facility); exit(1); } -- 2.45.2