From: Wilfried Goesgens Date: Sun, 21 Aug 2011 20:33:04 +0000 (+0200) Subject: add missing newline in logging. X-Git-Tag: v8.11~1005 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9a886d4cd276a30ee62c868c6e6ea280bbbaaaee add missing newline in logging. --- diff --git a/citadel/modules/extnotify/extnotify_main.c b/citadel/modules/extnotify/extnotify_main.c index 5ab54c2c7..c303e04b4 100644 --- a/citadel/modules/extnotify/extnotify_main.c +++ b/citadel/modules/extnotify/extnotify_main.c @@ -378,7 +378,7 @@ void do_extnotify_queue(void) if (IsEmptyStr(config.c_pager_program) && IsEmptyStr(config.c_funambol_host)) { - CtdlLogPrintf(CTDL_DEBUG, "No external notifiers configured on system/user"); + CtdlLogPrintf(CTDL_DEBUG, "No external notifiers configured on system/user\n"); return; }