From 75246ea482f311a2be21ea016bd29d6f837f4f25 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 18 May 2011 12:32:57 +0000 Subject: [PATCH] comment out syslog of processing user tables git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9629 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/ExtTab.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/ExtTab.pm b/perl-xCAT/xCAT/ExtTab.pm index 259d5f1b3..d24ef3059 100644 --- a/perl-xCAT/xCAT/ExtTab.pm +++ b/perl-xCAT/xCAT/ExtTab.pm @@ -30,7 +30,7 @@ foreach (@extSchema) { my $modname = $1; no strict 'refs'; my $warning; - `logger -t xCAT processing $_`; + # `logger -t xCAT processing $_`; eval {require($_)}; if ($@) { $warning ="Warning: The user defined database table schema file $file cannot be located or has compiling errors.\n";