Browse Source

Attempt to fix the bugs again

tags/0.6.3m1rc1
Gregory Holmes 15 years ago
parent
commit
5ca03a0026
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/com/dmdirc/logger/ErrorReportingThread.java

+ 1
- 0
src/com/dmdirc/logger/ErrorReportingThread.java View File

@@ -42,6 +42,7 @@ public class ErrorReportingThread extends Thread {
42 42
      */
43 43
     public ErrorReportingThread(final BlockingQueue<ProgramError> queue) {
44 44
         super("Error reporting thread");
45
+        setDaemon(false);
45 46
 
46 47
         this.queue = queue;
47 48
     }

Loading…
Cancel
Save