Correct typo in debugcli.c

This commit is contained in:
Guillaume Lefranc
2016-08-23 12:30:32 +02:00
committed by GitHub
parent 6f236b6592
commit 5b4208898d

View File

@ -202,7 +202,7 @@ newSession(ROUTER *instance, SESSION *session)
session->state = SESSION_STATE_READY;
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);
if (client->mode == CLIM_DEVELOPER)
{