Name that thread.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2326 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -64,6 +64,7 @@ public class ProcessLogger
|
||||
{
|
||||
public StreamReader (Logger target, String name, InputStream input)
|
||||
{
|
||||
super("ProcessLogger_StreamReader");
|
||||
setDaemon(true);
|
||||
_target = target;
|
||||
_name = name;
|
||||
|
||||
Reference in New Issue
Block a user