diff --git a/mist/mist.cpp b/mist/mist.cpp index 473ef43..345ff33 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -608,6 +608,7 @@ PortTestStatus TestHttpPort(PSOCKADDR_STORAGE addr, int port) goto Exit; } else { + fprintf(LOG_OUT, "Success\n"); result = PortTestOk; }