mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Use appropriate log level
CURA-6035
This commit is contained in:
parent
346d8d884e
commit
ee72284616
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class SendMaterialJob(Job):
|
||||||
|
|
||||||
file_path = container_registry.getContainerFilePathById(root_material_id)
|
file_path = container_registry.getContainerFilePathById(root_material_id)
|
||||||
if not file_path:
|
if not file_path:
|
||||||
Logger.log("e", "Cannot get file path for material container [%s]", root_material_id)
|
Logger.log("w", "Cannot get file path for material container [%s]", root_material_id)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
file_name = os.path.basename(file_path)
|
file_name = os.path.basename(file_path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue