Skip to content

Commit

Permalink
call main thread as i2pd-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Oct 25, 2024
1 parent d3630fb commit 87ae9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/UnixDaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 87ae9c4

Please sign in to comment.