Skip to content

Commit e8aaff6

Browse files
committed
test
1 parent 18244a9 commit e8aaff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cuckoo/common/integrations/parse_pe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self, file_path: str = False, data: bytes = False):
161161
self.pe = pefile.PE(self.file_path)
162162
self.HAVE_PE = True
163163
except Exception as e:
164-
log.error("PE type not recognised: %s", e)
164+
log.debug("PE type not recognised: %s", e)
165165
# self.results = results
166166

167167
@property

0 commit comments

Comments
 (0)