From f1ebefa59c47ea1225d942c79d5334cca9d6f7a4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Jul 2020 15:53:08 -0700 Subject: [PATCH] Add missing success print --- mist/mist.cpp | 1 + 1 file changed, 1 insertion(+) 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; }