Adjust an incredibly spammy log message

This commit is contained in:
Akkadius 2016-01-01 01:11:32 -06:00
parent 9ea9ed2590
commit 647fbcd6b6

View File

@ -482,7 +482,7 @@ int main(int argc, char** argv) {
if (!database.SaveTime(tod.minute, tod.hour, tod.day, tod.month, tod.year))
Log.Out(Logs::General, Logs::World_Server, "Failed to save eqtime.");
else
Log.Out(Logs::General, Logs::World_Server, "EQTime successfully saved.");
Log.Out(Logs::Detail, Logs::World_Server, "EQTime successfully saved.");
}
//check for timeouts in other threads