From 0322d35934ee0563b2d38ab48b57e83c37c71997 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 26 Mar 2008 14:25:14 +0000 Subject: [PATCH] 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 --- xCAT-server-2.0/lib/xcat/plugins/ASYSLOGsn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/ASYSLOGsn.pm b/xCAT-server-2.0/lib/xcat/plugins/ASYSLOGsn.pm index ac9aa698a..724f586de 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/ASYSLOGsn.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/ASYSLOGsn.pm @@ -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; }