From 78dbad9383f380bf7855b90ea9a12f53ed403c50 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 6 Jan 2009 17:58:01 +0000 Subject: [PATCH] fix missing xCAT:: on MsgUtils call git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2570 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index fb54fb1cb..5d9ce1c4e 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -308,7 +308,7 @@ sub make_node_list_file } open($::NODE_LIST_FILE, ">$file") - or MsgUtils->message("E", "Cannot write to file: $file\n"); + or xCAT::MsgUtils->message("E", "Cannot write to file: $file\n"); foreach my $node (@node_list) { print $::NODE_LIST_FILE "$node\n";