fix defect :change all logger calls to put xcat msgs into local4 - ID: 3513525

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12702 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-05-15 07:14:41 +00:00
parent c8c117774c
commit 23943c013b

View File

@ -9,10 +9,10 @@ BEGIN {
while(1) {
if((ns |& getline) > 0)
print $0 | "logger -t xcat"
print $0 | "logger -t xcat -p local4.info"
else {
print "Retrying iSCSI paramater config script"
print "Retrying iSCSI paramater config script" | "logger -t xcat"
print "Retrying iSCSI paramater config script" | "logger -t xcat -p local4.info"
close(ns)
system("sleep 1")
}