*** empty log message ***

This commit is contained in:
bodea 2005-10-12 07:16:53 +00:00
parent a97b3720a4
commit b95726afbe

View file

@ -12,7 +12,7 @@ use IO::File;
use IO::Socket; use IO::Socket;
use Time::HiRes 'gettimeofday'; use Time::HiRes 'gettimeofday';
(my $cmd = $0) =~ s!.*//!!; (my $cmd = $0) =~ s!.*/!!;
die "Usage: $cmd PREFIX PORT\n" unless @ARGV == 2 and $ARGV[1] =~ /^\d+$/; die "Usage: $cmd PREFIX PORT\n" unless @ARGV == 2 and $ARGV[1] =~ /^\d+$/;