Adapts routed to always print port and ip it listens on, fixed #2097
This commit is contained in:
parent
8640129835
commit
a6aa0a4cb0
@ -86,12 +86,12 @@ int main(int argc, const char *argv[]) try
|
|||||||
|
|
||||||
if (config.use_shared_memory)
|
if (config.use_shared_memory)
|
||||||
{
|
{
|
||||||
util::SimpleLogger().Write(logDEBUG) << "Loading from shared memory";
|
util::SimpleLogger().Write() << "Loading from shared memory";
|
||||||
}
|
}
|
||||||
|
|
||||||
util::SimpleLogger().Write(logDEBUG) << "Threads:\t" << requested_thread_num;
|
util::SimpleLogger().Write() << "Threads: " << requested_thread_num;
|
||||||
util::SimpleLogger().Write(logDEBUG) << "IP address:\t" << ip_address;
|
util::SimpleLogger().Write() << "IP address: " << ip_address;
|
||||||
util::SimpleLogger().Write(logDEBUG) << "IP port:\t" << ip_port;
|
util::SimpleLogger().Write() << "IP port: " << ip_port;
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
int sig = 0;
|
int sig = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user