mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Adjust an incredibly spammy log message
This commit is contained in:
parent
9ea9ed2590
commit
647fbcd6b6
@ -482,7 +482,7 @@ int main(int argc, char** argv) {
|
|||||||
if (!database.SaveTime(tod.minute, tod.hour, tod.day, tod.month, tod.year))
|
if (!database.SaveTime(tod.minute, tod.hour, tod.day, tod.month, tod.year))
|
||||||
Log.Out(Logs::General, Logs::World_Server, "Failed to save eqtime.");
|
Log.Out(Logs::General, Logs::World_Server, "Failed to save eqtime.");
|
||||||
else
|
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
|
//check for timeouts in other threads
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user