Skip to content

Commit 7b98c01

Browse files
committed
Make MCU loader less noisy
1 parent c23928a commit 7b98c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiling/loader/mcu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def load_env(self):
130130
self.ql.hw.create(name.lower())
131131

132132
else:
133-
self.ql.log.error(f'Unknown memory type "{memtype}" for {name}')
133+
self.ql.log.debug(f'ignoring unknown memory type "{memtype}" for {name}')
134134

135135
def run(self):
136136
self.load_profile()

0 commit comments

Comments
 (0)