From 4548519a49cbe1490dd224bc2ed88aec1e3f0cab Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 28 Jan 2011 12:13:58 -0500 Subject: [PATCH] Replace the temporary log message with a permanent one --- citadel/msgbase.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 538ab9126..17b440db6 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -1608,7 +1608,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", -- 2.39.2