From 9209ba674bb0a5fa15ecf58b64a5154065bb62bb Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 12 Aug 2013 12:52:25 -0400 Subject: [PATCH] Defect 3731 --- perl-xCAT/xCAT/MsgUtils.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-xCAT/xCAT/MsgUtils.pm b/perl-xCAT/xCAT/MsgUtils.pm index 4f7462669..a26cbe75e 100644 --- a/perl-xCAT/xCAT/MsgUtils.pm +++ b/perl-xCAT/xCAT/MsgUtils.pm @@ -457,7 +457,6 @@ sub message # If they want this msg to also go to syslog, do that now eval { openlog("xCAT", '', 'local4'); - setlogsock(["tcp", "unix", "stream"]); if ($sev eq 'SE') { syslog("err", $rsp); } else { @@ -504,7 +503,6 @@ sub message print $stdouterrf "Unable to open auditlog\n"; eval { openlog("xCAT", '', 'local4'); - setlogsock(["tcp", "unix", "stream"]); syslog("err", "Unable to write to auditlog"); closelog(); }; @@ -522,7 +520,6 @@ sub message print $stdouterrf "Unable to open auditlog\n"; eval { openlog("xCAT", '', 'local4'); - setlogsock(["tcp", "unix", "stream"]); syslog("err", "Unable to open auditlog"); closelog(); };