UPdate error message to go to std when syslog cannot be started.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@897 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-03-26 14:25:14 +00:00
parent d91697cfb3
commit 0322d35934

View File

@ -88,7 +88,7 @@ sub setup_SYSLOG
xCAT::Utils->runcmd($cmd, -1);
if ($::RUNCMD_RC != 0)
{ # error on both
xCAT::MsgUtils->message("S",
xCAT::MsgUtils->message("E",
"Error could not start syslog or rsyslog");
return 1;
}