From: Joerg Jaspert Date: Sun, 7 Sep 2008 21:27:00 +0000 (+0200) Subject: Shutup X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=inline;h=48c57a23f6b131262961c78e192261455ff8ee81;p=dak.git Shutup For now dont warn if file is not found. Signed-off-by: Joerg Jaspert --- diff --git a/daklib/utils.py b/daklib/utils.py index 03135e72..075e4a16 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -267,7 +267,7 @@ def check_hash(where, files, hashname, hashfunc): where)) except CantOpenError: # TODO: This happens when the file is in the pool. - warn("Cannot open file %s" % f) + # warn("Cannot open file %s" % f) continue finally: if file_handle: