From 1b44fe61966f66683137c87ba785ab855574d89e Mon Sep 17 00:00:00 2001 From: "petr/cps@outpost.site" <> Date: Tue, 7 Nov 2006 05:21:33 +0300 Subject: Fix Bug #22494 Instance Manager: Inconsistent error message wording Use better wording --- server-tools/instance-manager/messages.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server-tools') diff --git a/server-tools/instance-manager/messages.cc b/server-tools/instance-manager/messages.cc index 7b32b66fe52..236e33cc900 100644 --- a/server-tools/instance-manager/messages.cc +++ b/server-tools/instance-manager/messages.cc @@ -45,7 +45,7 @@ static const char *mysqld_error_message(unsigned sql_errno) " corresponds to your MySQL Instance Manager version for the right" " syntax to use"; case ER_BAD_INSTANCE_NAME: - return "Bad instance name. Check that the instance with such a name exists"; + return "Unknown instance name"; case ER_INSTANCE_IS_NOT_STARTED: return "Cannot stop instance. Perhaps the instance is not started, or was" " started manually, so IM cannot find the pidfile."; -- cgit v1.2.1