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;