From a47a816fe202d7568f1d630ac32679f34149e9d0 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 28 Oct 2009 19:40:07 +0000
Subject: [PATCH] Change "Filtering" log message to "!Filtering".

---
 src/sbbs3/un_rep.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/un_rep.cpp b/src/sbbs3/un_rep.cpp
index 2afed3e57c..18cce8f8af 100644
--- a/src/sbbs3/un_rep.cpp
+++ b/src/sbbs3/un_rep.cpp
@@ -458,7 +458,7 @@ bool sbbs_t::unpack_rep(char* repfile)
 
 			/* TWIT FILTER */
 			if(findstr_in_list(msg.from,twit_list) || findstr_in_list(msg.to,twit_list)) {
-				SAFEPRINTF4(str,"Filtering QWK post from %s to %s on %s %s"
+				SAFEPRINTF4(str,"!Filtering QWK post from %s to %s on %s %s"
 					,msg.from
 					,msg.to
 					,cfg.grp[cfg.sub[n]->grp]->sname,cfg.sub[n]->lname);
-- 
GitLab