From: brain Date: Wed, 30 Nov 2005 16:04:35 +0000 (+0000) Subject: Trying to find out where the remote rehash is going X-Git-Tag: v2.0.23~9960 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=d0decf048ad0d67fc7a88deba537eb5664281e4e;p=user%2Fhenk%2Fcode%2Finspircd.git Trying to find out where the remote rehash is going git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2064 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 6cb385352..77a24127f 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1129,6 +1129,7 @@ bool DoOneToAllButSender(std::string prefix, std::string command, std::deque params) { + Srv->Log(DEBUG,"ONETOMANY: "+command); std::string FullLine = ":" + prefix + " " + command; for (unsigned int x = 0; x < params.size(); x++) {