]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Moved some stuff to debug
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 29 Nov 2005 10:01:20 +0000 (10:01 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 29 Nov 2005 10:01:20 +0000 (10:01 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1992 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index d5802909bccc3567a9418e0b19941eb155103a3a..edfef803981dfb5a625611fe20bd2acd2aa248da 100644 (file)
@@ -728,7 +728,7 @@ class TreeSocket : public InspSocket
 
        bool ProcessLine(std::string line)
        {
-               Srv->SendToModeMask("o",WM_AND,"inbound-line: '"+line+"'");
+               Srv->Log(DEBUG,"inbound-line: '"+line+"'");
 
                std::deque<std::string> params = this->Split(line);
                std::string command = "";