changed debug output to log channel
This commit is contained in:
@@ -150,7 +150,7 @@ public class SpringIndexer {
|
||||
}, "Spring Annotation Index Update Worker");
|
||||
updateWorker.start();
|
||||
|
||||
System.err.println("update worker STARTED: #" + updateWorker.getId() + " - " + updateWorker.toString());
|
||||
Log.log("update worker STARTED: #" + updateWorker.getId() + " - " + updateWorker.toString());
|
||||
|
||||
initializing.set(false);
|
||||
}
|
||||
@@ -185,8 +185,7 @@ public class SpringIndexer {
|
||||
if (updateWorker != null && updateWorker.isAlive()) {
|
||||
updateWorker.interrupt();
|
||||
|
||||
System.err.println("update worker INTERRUPPTED: #" + updateWorker.getId() + " - " + updateWorker.toString());
|
||||
|
||||
Log.log("update worker INTERRUPPTED: #" + updateWorker.getId() + " - " + updateWorker.toString());
|
||||
}
|
||||
|
||||
if (server.getProjectObserver() != null) {
|
||||
|
||||
Reference in New Issue
Block a user