[Popcon-commits] cvs commit to popularity-contest by pere

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Fri Apr 11 22:57:12 UTC 2008


Update of /cvsroot/popcon/popularity-contest
In directory alioth:/tmp/cvs-serv24185

Modified Files:
	prepop.pl 
Log Message:
Typo.

Index: prepop.pl
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/prepop.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prepop.pl	30 Apr 2006 10:44:53 -0000	1.2
+++ prepop.pl	11 Apr 2008 22:57:09 -0000	1.3
@@ -57,7 +57,7 @@
       {
         close REPORT; 
         unlink $file; 
-        print STDERR "Bad report $file";
+        print STDERR "Bad report $file\n";
         $state='initial';
         next;
       };
@@ -75,5 +75,5 @@
 {
         close REPORT;
         unlink $file; #Reject
-        print STDERR "Bad report $file";
+        print STDERR "Bad report $file\n";
 }




More information about the Popcon-commits mailing list