diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 16:39:32 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 16:39:32 +0000 |
commit | bcf2e57d8125fceb2f573fe77ac122158aa75a13 (patch) | |
tree | ceb0f4350324282227b059cc2a78b6ba7739f888 /src/modules/m_spanningtree/main.cpp | |
parent | ffbbfa9cd6c5e30f4ba84d51bb31e42a3e7ebd41 (diff) |
Debug to try figure this out ..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7895 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r-- | src/modules/m_spanningtree/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index ed562e829..9bdccf75f 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -828,6 +828,7 @@ void ModuleSpanningTree::OnPostCommand(const std::string &command, const char** else translate_to = TR_TEXT; + ServerInstance->Log(DEBUG,"TRANSLATION: %s - type is %d", parameters[j], translate_to); ServerInstance->Parser->TranslateUIDs(translate_to, parameters[j], target); if (strchr(parameters[j],' ')) |