Everybody's favorite new game show, Name That Thread
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5178 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -170,7 +170,7 @@ public class SignalManager
|
||||
|
||||
// make sure the signal dispatcher thread is started
|
||||
if (_haveLibrary && _sigdis == null) {
|
||||
_sigdis = new Thread() {
|
||||
_sigdis = new Thread("SignalDispatcher") {
|
||||
public void run () {
|
||||
log.info("Dispatching signals...");
|
||||
dispatchSignals();
|
||||
|
||||
Reference in New Issue
Block a user