Commit 25918576 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-17062: Fix a typo in an error message

parent 57ec5278
...@@ -100,9 +100,7 @@ static bool create_wsrep_THD(Wsrep_thd_args* args, bool mutex_protected) ...@@ -100,9 +100,7 @@ static bool create_wsrep_THD(Wsrep_thd_args* args, bool mutex_protected)
start_wsrep_THD, (void*)args); start_wsrep_THD, (void*)args);
if (res) if (res)
{ WSREP_ERROR("Can't create wsrep thread");
WSREP_ERROR("Canät create wsrep thread");
}
/* /*
if starting a thread on server startup, wait until the this thread's THD if starting a thread on server startup, wait until the this thread's THD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment