diff --git a/mist/mist.cpp b/mist/mist.cpp index 0e0d92d..26bce3f 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -618,6 +618,9 @@ bool CheckWANAccess(PSOCKADDR_IN wanAddr, PSOCKADDR_IN reportedWanAddr, bool* fo FreeUPNPUrls(&urls); } + else { + printf("No UPnP devices detected\n"); + } } // Use the delay of upnpDiscoverAll() to also allow the NAT-PMP endpoint time to respond