Skip to content
Snippets Groups Projects
Commit a47a816f authored by rswindell's avatar rswindell
Browse files

Change "Filtering" log message to "!Filtering".

parent ea949363
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment