diff options
| author | 2006-02-27 14:50:13 +0000 | |
|---|---|---|
| committer | 2006-02-27 14:50:13 +0000 | |
| commit | c5c95f4fc9d6872f772adef132aadc83cea15b0c (patch) | |
| tree | 4c999fcf0117038372ba4b7af41e64d33c13eb7f /src/modules/m_spanningtree.cpp | |
| parent | Extra output during sync to know if we're receving the other end's netburst o... (diff) | |
| download | inspircd++-c5c95f4fc9d6872f772adef132aadc83cea15b0c.tar.gz inspircd++-c5c95f4fc9d6872f772adef132aadc83cea15b0c.tar.bz2 inspircd++-c5c95f4fc9d6872f772adef132aadc83cea15b0c.zip | |
Removed unneccessary debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3364 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index b11048a40..aca4f9e3d 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -2237,7 +2237,6 @@ class TreeSocket : public InspSocket params.push_back(":"+InboundDescription); DoOneToAllButSender(TreeRoot->GetName(),"SERVER",params,InboundServerName); this->bursting = true; - WriteOpers("*** Received start of netburst from \2%s\2",InboundServerName.c_str()); this->DoBurst(Node); } else if (command == "ERROR") |
