Remove some old MySQL logging for errors

This commit is contained in:
Akkadius
2015-01-19 23:48:30 -06:00
parent 9546023101
commit 45560f6654
3 changed files with 5 additions and 15 deletions
+4 -10
View File
@@ -113,7 +113,6 @@ void CatchSignal(int sig_num);
int main(int argc, char** argv) {
RegisterExecutablePlatform(ExePlatformWorld);
Log.LoadLogSettingsDefaults();
set_exception_handler();
/* Database Version Check */
@@ -183,6 +182,9 @@ int main(int argc, char** argv) {
}
guild_mgr.SetDatabase(&database);
Log.LoadLogSettingsDefaults();
database.LoadLogSysSettings(Log.log_settings);
if (argc >= 2) {
char tmp[2];
if (strcasecmp(argv[1], "help") == 0 || strcasecmp(argv[1], "?") == 0 || strcasecmp(argv[1], "/?") == 0 || strcasecmp(argv[1], "-?") == 0 || strcasecmp(argv[1], "-h") == 0 || strcasecmp(argv[1], "-help") == 0) {
@@ -446,21 +448,13 @@ int main(int argc, char** argv) {
//check for timeouts in other threads
timeout_manager.CheckTimeouts();
loginserverlist.Process();
console_list.Process();
zoneserver_list.Process();
launcher_list.Process();
UCSLink.Process();
QSLink.Process();
LFPGroupList.Process();
LFPGroupList.Process();
adventure_manager.Process();
if (InterserverTimer.Check()) {