[Debian-NP-Commits] r304 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Fri, 03 Dec 2004 16:29:58 -0700


Author: vagrant-guest
Date: Fri Dec  3 16:29:35 2004
New Revision: 304

Modified:
   people/vagrant/simple-cdd/patched-debpartial-mirror
Log:
turn some non-fatal errors into warnings.


Modified: people/vagrant/simple-cdd/patched-debpartial-mirror
==============================================================================
--- people/vagrant/simple-cdd/patched-debpartial-mirror	(original)
+++ people/vagrant/simple-cdd/patched-debpartial-mirror	Fri Dec  3 16:29:35 2004
@@ -227,7 +227,7 @@
                 if directory:
                     content = webPage.read()
                 else:
-                    print "Error: " + origin + " does not exist."
+                    print "Warning: " + origin + " does not exist."
                     webPage.close()
                     return False;