From 146fb50cdbaf9442484679d08dd3741ee49262c3 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Mon, 29 Aug 2016 14:08:55 +0300 Subject: [PATCH] Tune maxscaled error message --- server/modules/protocol/maxscaled.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/modules/protocol/maxscaled.c b/server/modules/protocol/maxscaled.c index 58d5b8518..41ae11377 100644 --- a/server/modules/protocol/maxscaled.c +++ b/server/modules/protocol/maxscaled.c @@ -371,10 +371,10 @@ static int maxscaled_listen(DCB *listener, char *config) } else { - MXS_WARNING("The 'maxscaled' protocol can only be used with a domain socket, but " - "it seems to have been configured with a socket and port: %s. " + MXS_WARNING("The 'maxscaled' protocol can only be used with a Unix domain socket, but " + "it seems to have been configured with an address and port: %s. " "Using the default socket path instead: %s. " - "Remove all 'port' and 'address' entries from maxscaled protocol " + "Remove all 'address' and 'port' entries from maxscaled protocol " "listeners and replace with 'socket=default' or 'socket=path-to-socket'.", config, MAXADMIN_DEFAULT_SOCKET); socket_path = MAXADMIN_DEFAULT_SOCKET;