fix RMC monitoring AIX error log

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2417 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-10-29 21:58:06 +00:00
parent df516a289d
commit ca84dcc4dd

View File

@ -344,7 +344,7 @@ sub verify_atd
$cmd = service("atd", "start");
runcmd($cmd, -1);
if ($::RUNCMD_RC) {
print "Warning: atd has failed to start!\n";
# print "Warning: atd has failed to start!\n";
}
elsif (!$::RUNCMD_RC) {
sleep(1);