mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 03:07:49 +02:00
call main thread as i2pd-daemon
This commit is contained in:
parent
d3630fb2b2
commit
87ae9c4b74
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue