debug message

This commit is contained in:
Daan Hoogland 2018-06-08 16:30:49 +02:00
parent 40f856181c
commit 82a46d1b8d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class Upgrade41100to41110 implements DbUpgrade {
if (LOG.isInfoEnabled()) {
LOG.info("failed to update configuration item '"+name+"' with value '"+value+"'");
if (LOG.isDebugEnabled()) {
LOG.debug("");
LOG.debug("no update because ", e);
}
}
}