summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/user_map.cc
diff options
context:
space:
mode:
authorpetr@mysql.com <>2005-02-05 10:15:34 +0300
committerpetr@mysql.com <>2005-02-05 10:15:34 +0300
commit321c53d9d8e425bbef2b11020ab3e3642c367d86 (patch)
tree41d2130d2f0d28fd7e56e247791396f68c4dd357 /server-tools/instance-manager/user_map.cc
parent63acf2a8be35545c4dc426bc7f94764b3ab780de (diff)
downloadmariadb-git-321c53d9d8e425bbef2b11020ab3e3642c367d86.tar.gz
Fixed setup scripts to use mysqlmanager instead of mysqld_safe
Diffstat (limited to 'server-tools/instance-manager/user_map.cc')
-rw-r--r--server-tools/instance-manager/user_map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/user_map.cc b/server-tools/instance-manager/user_map.cc
index f145b611a8d..21d66912813 100644
--- a/server-tools/instance-manager/user_map.cc
+++ b/server-tools/instance-manager/user_map.cc
@@ -129,7 +129,7 @@ int User_map::load(const char *password_file_name)
if ((file= my_fopen(password_file_name, O_RDONLY | O_BINARY, MYF(0))) == 0)
{
/* Probably the password file wasn't specified. Try to leave without it */
- log_info("can't open password file %s: errno=%d, %s", password_file_name,
+ log_info("[WARNING] can't open password file %s: errno=%d, %s", password_file_name,
errno, strerror(errno));
return 0;
}