forked from I2P_Developers/i2p.i2p
shorten thread name
This commit is contained in:
@ -137,7 +137,7 @@ public class ConnectionAcceptor implements Runnable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Thread t = new I2PAppThread(new Handler(socket), "Connection-" + socket);
|
Thread t = new I2PAppThread(new Handler(socket), "I2PSnark incoming connection");
|
||||||
t.start();
|
t.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user