Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 7f8de7d

Browse files
committed
Changed log message.
1 parent a9305c2 commit 7f8de7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/welovecoding/nbeditorconfig/listener/FileChangeListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void fileChanged(FileEvent event) {
6363
LOG.log(Level.INFO, "[EC for {0}] Rules will not be applied to: {1}", new Object[]{editorConfigFileObject.getPath(), path});
6464
}
6565
} else {
66-
LOG.log(Level.INFO, "[EC for {0}] Rules will not be applied to: {1} ### It's our change ###", new Object[]{editorConfigFileObject.getPath(), path});
66+
LOG.log(Level.INFO, "[EC for {0}] Rules will not be applied to: {1} - Change triggered by EditorConfig plugin", new Object[]{editorConfigFileObject.getPath(), path});
6767
}
6868

6969
}

0 commit comments

Comments
 (0)