call main thread as i2pd-daemon

This commit is contained in:
orignal 2024-10-25 18:40:51 -04:00
parent d3630fb2b2
commit 87ae9c4b74

View File

@ -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));