Skip to content

Commit

Permalink
remove redundant message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Sep 2, 2019
1 parent 219837f commit 0c63e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/fai-chboot
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ sub tcopy {
unlink "$pxedir/$desthex.disable";
print "removed old $pxedir/$desthex.disable\n";
}
print "copy pxe config from $srchost ($srcfile) to $desthost ($desthex)\n" if $verbose;
print "copy pxe config from $srchost to $desthost, filenames: $srcfile -> $desthex\n" if $verbose;
docopy("$pxedir/$srcfile",$pxedir,$desthex,$desthost,$ipadr);
}
Expand Down

0 comments on commit 0c63e2f

Please sign in to comment.