mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:43:16 +08:00
Correct logging level
This commit is contained in:
parent
8780fce7a7
commit
397add861f
@ -119,7 +119,7 @@ class DiscoveredPrintersModel(QObject):
|
|||||||
|
|
||||||
def removeDiscoveredPrinter(self, ip_address: str) -> None:
|
def removeDiscoveredPrinter(self, ip_address: str) -> None:
|
||||||
if ip_address not in self._discovered_printer_by_ip_dict:
|
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
|
return
|
||||||
|
|
||||||
del self._discovered_printer_by_ip_dict[ip_address]
|
del self._discovered_printer_by_ip_dict[ip_address]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user