Compile fix

This commit is contained in:
danieldg 2010-03-02 00:40:34 +00:00 committed by Daniel De Graaf
parent 573c32cb9d
commit c11ff2c7e0

View File

@ -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)