Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 5943133

Browse files
author
Andy McKay
committed
error down to info (bug 794496)
1 parent 0a55c4f commit 5943133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def is_valid(self, fatal=True):
274274
zip = zipfile.ZipFile(self.source, self.mode)
275275
except (BadZipfile, IOError):
276276
if fatal:
277-
log.error('Error extracting', exc_info=True)
277+
log.info('Error extracting', exc_info=True)
278278
raise
279279
return False
280280

0 commit comments

Comments
 (0)