summaryrefslogtreecommitdiffstats
path: root/bin/update-db
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2005-12-15 12:46:09 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2005-12-15 12:46:09 +0000
commit5c2c49ebae06ef4243df15f775ea753a2100a0e5 (patch)
treeb38c1fc123dc0294fa215ad4102122fa65453ddb /bin/update-db
parent4ed55261d2011ecb25784d1f8de7720a3d0f64af (diff)
bin/update-db:
Be less verbose. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@3053 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/update-db')
-rwxr-xr-xbin/update-db2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-db b/bin/update-db
index 71b79e457b..79ecc62706 100755
--- a/bin/update-db
+++ b/bin/update-db
@@ -24,7 +24,7 @@ import security_db
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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy