@@ -146,8 +146,8 @@ private boolean put(final String type, final Map<String, ScriptLanguage> map, | |||
| 146 | 146 | // Conflicting value; behavior depends on mode. | |
| 147 | 147 | if (gently) { | |
| 148 | 148 | // Do not overwrite the previous value. | |
| 149 | - if (log != null && log.isWarn()) { | ||
| 150 | - log.warn(overwriteMessage(false, type, key, value, existing)); | ||
| 149 | + if (log != null && log.isDebug()) { | ||
| 150 | + log.debug(overwriteMessage(false, type, key, value, existing)); | ||
| 151 | 151 | } | |
| 152 | 152 | return false; | |
| 153 | 153 | } | |
0 commit comments