diff options
author | anozdrin/alik@booka. <> | 2006-11-21 17:47:14 +0300 |
---|---|---|
committer | anozdrin/alik@booka. <> | 2006-11-21 17:47:14 +0300 |
commit | 3e042c6d7b91e3725ff21015f3265b9afe8d93af (patch) | |
tree | 013e928c88c019dc5bfaa9bd7713f68f41037ac5 /server-tools/instance-manager/commands.cc | |
parent | ff0325f1625f2802d0080b506f164ca3aa9c1126 (diff) | |
download | mariadb-git-3e042c6d7b91e3725ff21015f3265b9afe8d93af.tar.gz |
Polishing:
- change some return types from int to bool;
- add [ERROR] tag to log_error() output;
- add [INFO] tag to log_info() output;
- change log messages to be more consistent.
Diffstat (limited to 'server-tools/instance-manager/commands.cc')
-rw-r--r-- | server-tools/instance-manager/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/commands.cc b/server-tools/instance-manager/commands.cc index b7637a270fa..15738f8ebb3 100644 --- a/server-tools/instance-manager/commands.cc +++ b/server-tools/instance-manager/commands.cc @@ -1539,7 +1539,7 @@ int Set_option::process_option(Instance *instance, Named_value *option) if (instance->is_mysqld_compatible() && Instance_options::is_option_im_specific(option->get_name())) { - log_error("Error: IM-option (%s) can not be used " + log_error("IM-option (%s) can not be used " "in the configuration of mysqld-compatible instance (%s).", (const char *) option->get_name(), (const char *) instance->get_name()->str); |