From bea47caebd57fc6e103815437c2087134557d1dd Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 17 Jan 2007 17:55:41 +0000 Subject: [PATCH] Debug the spoutmouth output git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6363 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index d9b417195..d923cdb26 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1333,7 +1333,11 @@ void userrec::Write(std::string text) try { - ServerInstance->Log(DEBUG,"<- %s", text.c_str()); + /* ServerInstance->Log(DEBUG,"<- %s", text.c_str()); + * WARNING: The above debug line is VERY loud, do NOT + * enable it till we have a good way of filtering it + * out of the logs (e.g. 1.2 would be good). + */ text.append("\r\n"); } catch (...) -- 2.39.5