This commit is contained in:
mailchuck 2015-11-21 10:17:27 +01:00
parent 8f652ef0e6
commit 8075e375b5
Signed by untrusted user who does not match committer: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -166,7 +166,7 @@ class Router:
('NewExternalPort', str(externalPort)),
('NewProtocol', protocol),
])
logger.info("Removed UPnP mapping on external port %i", extPort)
logger.info("Removed UPnP mapping on external port %i", externalPort)
return resp
def GetExternalIPAddress(self):