Skip to content

Commit 396a7d2

Browse files
committed
#1204 Adding logging
1 parent 27d8591 commit 396a7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.core/src/io/sloeber/core/Activator.java

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private static boolean installPathToLong() {
194194
}
195195

196196
private static void registerListeners() {
197+
System.out.println("Indexer starting");
197198
IndexerListener myindexerListener = new IndexerListener();
198199
CCorePlugin.getIndexManager().addIndexChangeListener(myindexerListener);
199200
CCorePlugin.getIndexManager().addIndexerStateListener(myindexerListener);

0 commit comments

Comments
 (0)