Skip to content

Commit 82a46d1

Browse files
committed
debug message
1 parent 40f8561 commit 82a46d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/schema/src/com/cloud/upgrade/dao/Upgrade41100to41110.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void uncrypt(Connection conn, String name)
115115
if (LOG.isInfoEnabled()) {
116116
LOG.info("failed to update configuration item '"+name+"' with value '"+value+"'");
117117
if (LOG.isDebugEnabled()) {
118-
LOG.debug("");
118+
LOG.debug("no update because ", e);
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)