From 2c7887ec241cc812f3222a5f4d6dbe4fe56ceffa Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 29 May 2008 17:44:51 +0000 Subject: [PATCH] -Remove confusing debug message from makedhcp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1521 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm b/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm index f6a6ced3e..f17ffed61 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm @@ -502,7 +502,7 @@ sub addnet $nic = $ent[7]; } } - print "Need to add $net $mask under $nic\n"; + #print " add $net $mask under $nic\n"; my $idx = 0; while ($idx <= $#dhcpconf) {