diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 16:04:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 16:04:35 +0000 |
commit | d0decf048ad0d67fc7a88deba537eb5664281e4e (patch) | |
tree | ad2b18b9d66a581929b2ca96fb24995cdd916566 /src/modules | |
parent | 57bb68ef5a30f55b013cfe8426c82383bed06b4f (diff) |
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
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<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++) { |