mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Correct logging level
This commit is contained in:
parent
8780fce7a7
commit
397add861f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class DiscoveredPrintersModel(QObject):
|
|||
|
||||
def removeDiscoveredPrinter(self, ip_address: str) -> None:
|
||||
if ip_address not in self._discovered_printer_by_ip_dict:
|
||||
Logger.log("i", "Key [%s] does not exist in the discovered printers list.", ip_address)
|
||||
Logger.log("w", "Key [%s] does not exist in the discovered printers list.", ip_address)
|
||||
return
|
||||
|
||||
del self._discovered_printer_by_ip_dict[ip_address]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue