Fixed extra )) in mmmon.
This commit is contained in:
parent
df7b4829d4
commit
1b21cd8609
@ -545,7 +545,7 @@ monitorMain(void *arg)
|
||||
if (mysql_thread_init())
|
||||
{
|
||||
MXS_ERROR("Fatal : mysql_thread_init failed in monitor "
|
||||
"module. Exiting.")));
|
||||
"module. Exiting.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user