diff --git a/miss/miss.cpp b/miss/miss.cpp index f7722ca..5563670 100644 --- a/miss/miss.cpp +++ b/miss/miss.cpp @@ -88,7 +88,7 @@ bool UPnPMapPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const return false; } - printf("Checking for existing UPnP port mapping for %s %s -> %s...", protoStr, portStr, myAddr); + printf("Checking for existing UPnP port mapping for %s %s -> %s %s...", protoStr, portStr, myAddr, computerName); int err = UPNP_GetSpecificPortMappingEntry( urls->controlURL, data->first.servicetype, portStr, protoStr, nullptr, intClient, intPort, desc, enabled, leaseDuration);