Name that thread.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2326 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2008-06-13 01:01:14 +00:00
parent 9e41658569
commit 97ae34fcdd
@@ -64,6 +64,7 @@ public class ProcessLogger
{
public StreamReader (Logger target, String name, InputStream input)
{
super("ProcessLogger_StreamReader");
setDaemon(true);
_target = target;
_name = name;