Skip to content

Commit 8200d7a

Browse files
committed
Changed tor control thread name to fit 15 characters (max for posix thread name)
1 parent ab89c6b commit 8200d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torcontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ void StartTorControl(boost::thread_group& threadGroup, CScheduler& scheduler)
754754
return;
755755
}
756756

757-
torControlThread = boost::thread(boost::bind(&TraceThread<void (*)()>, "torcontrol", &TorControlThread));
757+
torControlThread = boost::thread(boost::bind(&TraceThread<void (*)()>, "torctrl", &TorControlThread));
758758
}
759759

760760
void InterruptTorControl()

0 commit comments

Comments
 (0)