]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Trying to find out where the remote rehash is going
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 30 Nov 2005 16:04:35 +0000 (16:04 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 30 Nov 2005 16:04:35 +0000 (16:04 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2064 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index 6cb3853521e9ad5c9fca804618d4072e23487c2c..77a24127f30f64ba7ef2e3ca0a1c7e716ebb173e 100644 (file)
@@ -1129,6 +1129,7 @@ bool DoOneToAllButSender(std::string prefix, std::string command, std::deque<std
 
 bool DoOneToMany(std::string prefix, std::string command, std::deque<std::string> params)
 {
+       Srv->Log(DEBUG,"ONETOMANY: "+command);
        std::string FullLine = ":" + prefix + " " + command;
        for (unsigned int x = 0; x < params.size(); x++)
        {