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:
Charlie Groves
2008-06-11 00:46:02 +00:00
parent 3726a408fa
commit 6abd794182
2 changed files with 7 additions and 5 deletions
@@ -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();