From 45f64ba3d909045497078ef2ba8029c347a58fcd Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 24 Jul 2009 03:40:40 +0000 Subject: [PATCH] fix a minor message error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index f76b8c8f6..32aece49c 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -843,7 +843,7 @@ sub defmk { my $rsp; $rsp->{data}->[0] = - "\'$attr\' is not a valid attribute name for for an object type of \'$::objtype\'.\n"; + "\'$attr\' is not a valid attribute name for an object type of \'$::objtype\'.\n"; $rsp->{data}->[1] = "Skipping to the next attribute.\n"; xCAT::MsgUtils->message("E", $rsp, $::callback); $error = 1;