diff options
-rw-r--r-- | src/modules/m_spanningtree.cpp | 2 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 2 insertions, 2 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++) diff --git a/src/svn-rev.sh b/src/svn-rev.sh index a2e94d407..4a44fddeb 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3644 +echo 3648 |