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
This commit is contained in:
parent
79e1ca20b6
commit
75246ea482
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user