diff --git a/server/modules/routing/debugcli.c b/server/modules/routing/debugcli.c index 8b54acfa6..9c21c66f2 100644 --- a/server/modules/routing/debugcli.c +++ b/server/modules/routing/debugcli.c @@ -177,6 +177,8 @@ CLI_SESSION *client; dcb_printf(session->client, "Welcome the SkySQL MaxScale Debug Interface (%s).\n", 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"); return (void *)client;