From ec3007f3a2ebc584dfe818cb52dd78a4b9c1e99c Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 6 Nov 2009 11:42:10 +0000 Subject: [PATCH] change error message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/mysqlsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/mysqlsetup b/xCAT-server/sbin/mysqlsetup index 7432d9dbe..5ef98e0e5 100755 --- a/xCAT-server/sbin/mysqlsetup +++ b/xCAT-server/sbin/mysqlsetup @@ -934,8 +934,8 @@ sub setupmysqlroot if ($::RUNCMD_RC != 0) { xCAT::MsgUtils->message( - "E", - "mysqladmin -u root password command failed, trying to set root password in MySQL. Possibly already set." + "I", + "Warning, mysqladmin -u root password command failed, trying to set root password in MySQL. If root id has been defined in MySQL, and has a password then this message can be ignored." ); }