This commit is contained in:
vraatikka
2013-08-12 13:11:05 +03:00
parent 4360ae16b8
commit 0c5125a44d
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ MONITOR_SERVERS *ptr;
if (mysql_thread_init()) if (mysql_thread_init())
{ {
skygw_log_write_flush(LOGFILE_ERROR, skygw_log_write_flush(LOGFILE_ERROR,
"Fatal : mysql_init_thread failed in monitor " "Fatal : mysql_thread_init failed in monitor "
"module. Exiting.\n"); "module. Exiting.\n");
return; return;
} }

View File

@ -373,7 +373,7 @@ MONITOR_SERVERS *ptr;
if (mysql_thread_init()) if (mysql_thread_init())
{ {
skygw_log_write_flush(LOGFILE_ERROR, skygw_log_write_flush(LOGFILE_ERROR,
"Fatal : mysql_init_thread failed in monitor " "Fatal : mysql_thread_init failed in monitor "
"module. Exiting.\n"); "module. Exiting.\n");
return; return;
} }