diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 20:45:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 20:45:10 +0000 |
commit | 923c61c75253e87d1d0a2ecb1ff6f6ecbb6f8e85 (patch) | |
tree | 6a7623347edcbde2359fdf346005733cf70282be /src/modules | |
parent | 78457f4c7c15751ea464f167c9e9fe1a56fbbfcb (diff) |
Added debug logging
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3027 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 16be107e1..bd1b22f50 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -2882,6 +2882,7 @@ class ModuleSpanningTree : public Module params.push_back(std::string(parameters[j])); } } + log(DEBUG,"Globally route '%s'",command.c_str()); DoOneToMany(user->nick,command,params); } return 0; |