diff options
| author | 2010-03-02 00:40:34 +0000 | |
|---|---|---|
| committer | 2010-03-02 00:40:34 +0000 | |
| commit | 2561ede5059f0e3340466a302b404efd2381c77f (patch) | |
| tree | 928d5f1668b1575d63ff4b83ce8b7f1a65436e2e /src/modules/m_spanningtree/treesocket2.cpp | |
| parent | Log duplicate UUID events a bit better (diff) | |
What, I have to make this compile now?
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/treesocket2.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/treesocket2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/treesocket2.cpp b/src/modules/m_spanningtree/treesocket2.cpp index 7fda68a0b..b1ecff060 100644 --- a/src/modules/m_spanningtree/treesocket2.cpp +++ b/src/modules/m_spanningtree/treesocket2.cpp @@ -429,7 +429,7 @@ void TreeSocket::ProcessConnectedLine(std::string& prefix, std::string& command, { irc::stringjoiner pmlist(" ", params, 0, params.size() - 1); ServerInstance->Logs->Log("spanningtree", SPARSE, "Invalid S2S command :%s %s %s", - who->uuid, command.c_str(), pmlist.GetJoined().c_str()); + who->uuid.c_str(), command.c_str(), pmlist.GetJoined().c_str()); SendError("Unrecognised or malformed command '" + command + "' -- possibly loaded mismatched modules"); } if (res == CMD_SUCCESS) |
