bagder: curl-www/dl dlfix.pl,1.1,1.2

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/dl
In directory labb.contactor.se:/var/tmp/cvs-serv30863/dl

Modified Files:
	dlfix.pl 
Log Message:
improved error message


Index: dlfix.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/dlfix.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- dlfix.pl	14 Jan 2004 07:28:24 -0000	1.1
+++ dlfix.pl	27 Aug 2004 06:20:08 -0000	1.2
@@ -17,7 +17,7 @@
     my @ref = $db->find_all("re"=>"^$name\$");
 
     if(!@ref) {
-        print "Not found: $name at $version\n";
+        print "No regex in the db found for: $name at $version\n";
         return;
     }
     for(@ref) {

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.