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

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sun, 21 Mar 2004 02:18:47 -0700


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv27143

Modified Files:
	popularity-contest 
Log Message:
Badly formatted id is an error.

Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- popularity-contest	15 Mar 2004 15:16:53 -0000	1.6
+++ popularity-contest	21 Mar 2004 09:18:45 -0000	1.7
@@ -49,7 +49,7 @@
 
 if ( $HOSTID !~ /^([a-f0-9]{32})$/)
 {
-  print STDERR "MY_HOSTID does not match ^([a-f0-9]{32})\$\n";
+  print STDERR "Error: MY_HOSTID does not match ^([a-f0-9]{32})\$\n";
   print STDERR "Please edit $popcon_conf to use a valid md5sum value\n";
   exit 1;
 }