Addition of warnign to the debug command line interface regarding passing
bad arguments.
This commit is contained in:
@ -177,6 +177,8 @@ CLI_SESSION *client;
|
|||||||
|
|
||||||
dcb_printf(session->client, "Welcome the SkySQL MaxScale Debug Interface (%s).\n",
|
dcb_printf(session->client, "Welcome the SkySQL MaxScale Debug Interface (%s).\n",
|
||||||
version_str);
|
version_str);
|
||||||
|
dcb_printf(session->client, "WARNING: This interface is meant for developer usage,\n");
|
||||||
|
dcb_printf(session->client, "passing incorrect addresses to commands can endanger your MaxScale server.\n\n");
|
||||||
dcb_printf(session->client, "Type help for a list of available commands.\n\n");
|
dcb_printf(session->client, "Type help for a list of available commands.\n\n");
|
||||||
|
|
||||||
return (void *)client;
|
return (void *)client;
|
||||||
|
|||||||
Reference in New Issue
Block a user