From 2561ede5059f0e3340466a302b404efd2381c77f Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 2 Mar 2010 00:40:34 +0000 Subject: What, I have to make this compile now? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12581 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/treesocket2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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) -- cgit v1.2.3