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

popcon-commits at lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Mon Jul 4 15:09:26 UTC 2005


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

Modified Files:
	popcon-upload 
Log Message:
Improve timeout message.


Index: popcon-upload
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-upload,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popcon-upload	4 Jul 2005 15:08:35 -0000	1.3
+++ popcon-upload	4 Jul 2005 15:09:24 -0000	1.4
@@ -36,7 +36,7 @@
 $len = length($str);
 
 # 30 second timeout on http connections
-$SIG{ALRM} = sub { die "timeout\n" };
+$SIG{ALRM} = sub { die "timeout in popcon-upload\n" };
 alarm(30);
 
 # Connect to server





More information about the Popcon-commits mailing list