=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MakeTorrents.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/03/24 19:49:09 1.8 +++ openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/03/30 17:03:30 1.9 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: MakeTorrents.pl,v 1.8 2005/03/24 19:49:09 andrew Exp $ +#$Id: MakeTorrents.pl,v 1.9 2005/03/30 17:03:30 andrew Exp $ use strict; use warnings; use diagnostics; @@ -122,7 +122,7 @@ #} $t->piece_length($piece_len); $t->creation_date(time); - warn "Checksumming files. This may take a little while...\n"; + print "Checksumming files. This may take a little while...\n"; $t->set_files(@$files); if ($t->total_size < $MinSize) {