Core/Warden: Move Sent check ids log to debug log

This commit is contained in:
leak
2012-03-06 17:22:31 +01:00
parent 700203ad1e
commit cd574eb23b

View File

@@ -325,7 +325,7 @@ void WardenWin::RequestData()
for (std::list<uint16>::iterator itr = _currentChecks.begin(); itr != _currentChecks.end(); ++itr)
stream << *itr << " ";
sLog->outWarden("%s", stream.str().c_str());
sLog->outDebug(LOG_FILTER_WARDEN, "%s", stream.str().c_str());
}
void WardenWin::HandleData(ByteBuffer &buff)