Skip to content

Commit

Permalink
Merge branch 'andreastt/SPARTAN-1026'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Tolf Tolfsen committed Jan 20, 2012
2 parents 175b85b + aaf35a3 commit e74dd21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public void init() throws IOException {
process = builder.start();
watcher = new OutputWatcher(process);
outputWatcherThread = new Thread(getThreadGroup(), watcher, "output-watcher");
outputWatcherThread.setDaemon(true);
running.set(true);
outputWatcherThread.start();
} catch (IOException e) {
Expand Down

0 comments on commit e74dd21

Please sign in to comment.