X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Fextnotify_main.c;h=c303e04b4fb1d0d21c0c63312c87ee1bb64b8e77;hb=9a886d4cd276a30ee62c868c6e6ea280bbbaaaee;hp=5ab54c2c7d54aa28ff16d9a9bdfc27d6da5241b0;hpb=e2da570b30294a512b50aa2f8f9725b34176c52f;p=citadel.git 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; }