Typos
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user