Correct typo in debugcli.c
This commit is contained in:

committed by
GitHub

parent
6f236b6592
commit
5b4208898d
@ -202,7 +202,7 @@ newSession(ROUTER *instance, SESSION *session)
|
|||||||
session->state = SESSION_STATE_READY;
|
session->state = SESSION_STATE_READY;
|
||||||
client->mode = inst->mode;
|
client->mode = inst->mode;
|
||||||
|
|
||||||
dcb_printf(session->client_dcb, "Welcome the MariaDB Corporation MaxScale Debug Interface (%s).\n",
|
dcb_printf(session->client_dcb, "Welcome to the MariaDB Corporation MaxScale Debug Interface (%s).\n",
|
||||||
version_str);
|
version_str);
|
||||||
if (client->mode == CLIM_DEVELOPER)
|
if (client->mode == CLIM_DEVELOPER)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user