Skip to content

Commit e248e22

Browse files
committed
Switch failure to load a COM into a debug
1 parent 24e72eb commit e248e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libloader/com.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ def load_com(*names):
3030
failed_names.append(name)
3131
continue
3232
if result is None:
33-
logger.error("Failed to load any COM objects. Tried: %s", failed_names)
33+
logger.debug("Failed to load any COM objects. Tried: %s", failed_names)
3434
raise com_error(f"Unable to load any of the provided com objects: {failed_names}")
3535
return result

0 commit comments

Comments
 (0)