From 3ec64762d8fe2731e4403ab3d633f2bee2e3799a Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 11 Mar 2006 00:23:52 +0000 Subject: Debug counter git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree.cpp') 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++) -- cgit v1.2.3