We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b76a53 commit 60f075cCopy full SHA for 60f075c
src/main/java/org/audit4j/core/TroubleshootManager.java
@@ -81,7 +81,7 @@ public static void troubleshootEvent(AuditEvent event) {
81
*/
82
public static void troubleshootConfiguration(ConfigurationException e) {
83
if (e.getId().equals("CONF_001")) {
84
- System.err.println("Audit4j:WARN Initial confguration file not found. \n"
+ System.err.println("Audit4j:WARN Initial configuration file not found. \n"
85
+ "Audit4j: Creating a new configuration file - " + CoreConstants.CONFIG_FILE_NAME);
86
ConfigUtil.generateConfigFromText();
87
} else if (e.getId().equals("CONF_002")) {
0 commit comments