diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-11 00:23:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-11 00:23:52 +0000 |
commit | 3ec64762d8fe2731e4403ab3d633f2bee2e3799a (patch) | |
tree | f7ad21dfceaff42ae296f3341268109e77c54be9 /src/modules/m_spanningtree.cpp | |
parent | 84821fc5faa56146997ce0dfb4bb35fc313da8c5 (diff) |
Debug counter
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index a6351239b..686ec727c 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1222,7 +1222,7 @@ class TreeSocket : public InspSocket if (counter > (480-NICKMAX)) { - log(DEBUG,"FJOIN line wrapped"); + log(DEBUG,"FJOIN line wrapped to %d %d",counter,(480-NICKMAX)); this->WriteLine(list); counter = snprintf(list,MAXBUF,":%s FJOIN %s %lu",Srv->GetServerName().c_str(),c->name,(unsigned long)c->age); for (unsigned int y = 0; y < specific_voice.size(); y++) |