mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 19:01:44 +00:00
Fix a bad syslog call in the destiny plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@72 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -144,7 +144,7 @@ sub nextdestiny {
|
||||
}
|
||||
my $ref = $chaintab->getNodeAttribs($node,[qw(currstate currchain chain)]);
|
||||
unless ($ref->{chain}) {
|
||||
syslog ("currchain local1|err","ERROR: node requested destiny update, no path in chain.currchain");
|
||||
syslog ("local1|err","ERROR: node requested destiny update, no path in chain.currchain");
|
||||
$chaintab->close;
|
||||
return; #Can't possibly do anything intelligent..
|
||||
}
|
||||
|
Reference in New Issue
Block a user