diagnosis: fix old typo in ip diagnoser

This commit is contained in:
Alexandre Aubin 2022-11-06 19:35:20 +01:00
parent 4f5cc166e2
commit d6952046fc

View file

@ -237,5 +237,5 @@ class MyDiagnoser(Diagnoser):
except Exception as e:
protocol = str(protocol)
e = str(e)
self.logger_debug(f"Could not get public IPv{protocol} : {e}")
logger.debug(f"Could not get public IPv{protocol} : {e}")
return None