Commit de2b31aa authored by Dan Fandrich's avatar Dan Fandrich
Browse files

runtests.pl: fixed display of the Gopher IPv6 port number

parent 1bca868f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2684,7 +2684,7 @@ sub checksystem {
        }
        logmsg sprintf("\n*   GOPHER/%d ", $GOPHERPORT);
        if($gopher_ipv6) {
            logmsg sprintf("GOPHER-IPv6/%d", $GOPHERPORT);
            logmsg sprintf("GOPHER-IPv6/%d", $GOPHER6PORT);
        }
        logmsg sprintf("\n*   SSH/%d ", $SSHPORT);
        logmsg sprintf("SOCKS/%d ", $SOCKSPORT);