mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Added extra logging when authentication gets removed for network printer
This commit is contained in:
parent
f736e74f77
commit
296152ed33
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class DiscoverUM3Action(MachineAction):
|
|||
if "um_network_key" in meta_data:
|
||||
global_container_stack.setMetaDataEntry("um_network_key", key)
|
||||
# Delete old authentication data.
|
||||
Logger.log("d", "Removing old authentication id %s for device %s", global_container_stack.getMetaDataEntry("network_authentication_id", None), key)
|
||||
global_container_stack.removeMetaDataEntry("network_authentication_id")
|
||||
global_container_stack.removeMetaDataEntry("network_authentication_key")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue