Resolve "RPC servers should print their connection address as returned by thallium"

Closes #142 (closed)

Merge request reports

Loading
+1 −1
Changes for src/common/net/server.cpp: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ server::print_configuration() const {
        LOGGER_INFO("  - pidfile: {}", *m_pidfile);
    }

    LOGGER_INFO("  - address for remote requests: {}", m_address);
    LOGGER_INFO("  - address for remote requests: {}", self_address());
    LOGGER_INFO("");
}

Loading