[Secure-testing-commits] r3053 - bin
Florian Weimer
fw at costa.debian.org
Thu Dec 15 12:46:09 UTC 2005
Author: fw
Date: 2005-12-15 12:46:09 +0000 (Thu, 15 Dec 2005)
New Revision: 3053
Modified:
bin/update-db
Log:
bin/update-db:
Be less verbose.
Modified: bin/update-db
===================================================================
--- bin/update-db 2005-12-15 12:11:08 UTC (rev 3052)
+++ bin/update-db 2005-12-15 12:46:09 UTC (rev 3053)
@@ -24,7 +24,7 @@
db_file = 'data/security.db'
try:
- db = security_db.DB(db_file, verbose=True)
+ db = security_db.DB(db_file)
new_file = False
except security_db.SchemaMismatch:
os.unlink(db_file)
More information about the Secure-testing-commits
mailing list