add missing newline in logging.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Aug 2011 20:33:04 +0000 (22:33 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Aug 2011 20:33:04 +0000 (22:33 +0200)
citadel/modules/extnotify/extnotify_main.c

index 5ab54c2c7d54aa28ff16d9a9bdfc27d6da5241b0..c303e04b4fb1d0d21c0c63312c87ee1bb64b8e77 100644 (file)
@@ -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;
        }