diff options
| author | 2007-02-05 20:48:35 +0000 | |
|---|---|---|
| committer | 2007-02-05 20:48:35 +0000 | |
| commit | 9072ecbdd583b234945e2a7c6fdae7aad3a2c4d9 (patch) | |
| tree | abad5f3e275ff68193b48d1dffb1f4476d6aa1a3 /src/modules/m_spanningtree/utils.cpp | |
| parent | Move quitting of clients to a central Cull List, and do quitting outside user... (diff) | |
Heavy state of debug. If you are a developer, please avoid making use of this bit of code.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6498 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/utils.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/utils.cpp b/src/modules/m_spanningtree/utils.cpp index 6b83a17a3..02a014425 100644 --- a/src/modules/m_spanningtree/utils.cpp +++ b/src/modules/m_spanningtree/utils.cpp @@ -366,7 +366,7 @@ void SpanningTreeUtilities::ReadConfiguration(bool rebind) } else { - ServerInstance->Log(DEFAULT,"m_spanningtree: Warning: Failed to bind server port %s:%d: %s",IP.c_str(), portno, strerror(errno)); + ServerInstance->Log(DEFAULT,"m_spanningtree: Warning: Failed to bind server port: %s:%d: %s",IP.c_str(), portno, strerror(errno)); listener->Close(); DELETE(listener); } |
