mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-08 23:40:12 +03:00
call main thread as i2pd-daemon
This commit is contained in:
parent
d3630fb2b2
commit
87ae9c4b74
@ -221,7 +221,7 @@ namespace i2p
|
|||||||
|
|
||||||
void DaemonLinux::run ()
|
void DaemonLinux::run ()
|
||||||
{
|
{
|
||||||
i2p::util::SetThreadName ("Daemon");
|
i2p::util::SetThreadName ("i2pd-daemon");
|
||||||
while (running)
|
while (running)
|
||||||
{
|
{
|
||||||
std::this_thread::sleep_for (std::chrono::seconds(1));
|
std::this_thread::sleep_for (std::chrono::seconds(1));
|
||||||
|
Loading…
Reference in New Issue
Block a user