Core/Misc: Fix build warning

This commit is contained in:
Giacomo Pozzoni
2019-08-02 08:08:11 +02:00
parent 5e9b850997
commit 543fe77d2e

View File

@@ -80,7 +80,7 @@ ChannelMgr::~ChannelMgr()
ChannelMgr* mgr = forTeam(team);
if (!mgr)
{
TC_LOG_ERROR("server.loading", "Failed to load custom chat channel '%s' from database - invalid team %u. Deleted.", dbName.c_str());
TC_LOG_ERROR("server.loading", "Failed to load custom chat channel '%s' from database - invalid team %u. Deleted.", dbName.c_str(), team);
toDelete.push_back({ dbName, team });
continue;
}