From 9a886d4cd276a30ee62c868c6e6ea280bbbaaaee Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 21 Aug 2011 22:33:04 +0200 Subject: [PATCH] add missing newline in logging. --- citadel/modules/extnotify/extnotify_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2