From 076adf99333f612991b1c4a470354ebfbedd4c12 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 26 Nov 2007 15:44:23 +0000 Subject: [PATCH] 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 --- xCAT-server-2.0/usr/lib/xcat/plugins/destiny.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/usr/lib/xcat/plugins/destiny.pm b/xCAT-server-2.0/usr/lib/xcat/plugins/destiny.pm index 0a8c1da24..5195c8559 100644 --- a/xCAT-server-2.0/usr/lib/xcat/plugins/destiny.pm +++ b/xCAT-server-2.0/usr/lib/xcat/plugins/destiny.pm @@ -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.. }