From: Art Cancro Date: Fri, 28 Jan 2011 17:13:58 +0000 (-0500) Subject: Replace the temporary log message with a permanent one X-Git-Tag: v8.11~870 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=23bb6f5bab55499d07fabbde12f72b017856497b;p=citadel.git Replace the temporary log message with a permanent one --- diff --git a/citadel/msgbase.c b/citadel/msgbase.c index ab0176de0..4ff8b5510 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -1640,7 +1640,9 @@ int CtdlOutputMsg(long msg_num, /* message number (local) to fetch */ r = check_cached_msglist(msg_num); } if (r != om_ok) { - syslog(LOG_DEBUG, "\033[31m SECURITY CHECK FAIL \033[0m\n"); + syslog(LOG_DEBUG, "Security check fail: message %ld is not in %s\n", + msg_num, CC->room.QRname + ); if (do_proto) { if (r == om_access_denied) { cprintf("%d message %ld was not found in this room\n",