Harmless but annoying message in logs when using entity diff manager #PL-1924

This commit is contained in:
Yuriy Artamonov 2013-05-20 08:55:53 +00:00
parent 7ed21813ea
commit 48d32dc2ec

View File

@ -205,7 +205,7 @@ public class EntityDiffManager {
}
} else {
if ((firstValue != null) || (secondValue != null))
log.warn("Not null values for (null) view ignored, property: " + metaProperty.getName() +
log.debug("Not null values for (null) view ignored, property: " + metaProperty.getName() +
"in class" + metaProperty.getDeclaringClass().getCanonicalName());
}
return propertyDiff;