Browse Source

call main thread as i2pd-daemon

pull/2117/head
orignal 6 days ago
parent
commit
87ae9c4b74
  1. 2
      daemon/UnixDaemon.cpp

2
daemon/UnixDaemon.cpp

@ -221,7 +221,7 @@ namespace i2p @@ -221,7 +221,7 @@ namespace i2p
void DaemonLinux::run ()
{
i2p::util::SetThreadName ("Daemon");
i2p::util::SetThreadName ("i2pd-daemon");
while (running)
{
std::this_thread::sleep_for (std::chrono::seconds(1));

Loading…
Cancel
Save