Skip to content

Commit

Permalink
Add debugging line to AdditiveColumnTransform.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed May 9, 2012
1 parent e9ebc80 commit 6ce1f57
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public String transform(IDatabasePlatform platform, DataContext context,
throw new IgnoreColumnException();
} else {
if (log.isDebugEnabled()) {
log.debug("Old and new as received: "+oldValue+", "+newValue);
log.debug("Old, new, transform expression as received: "+oldValue+", "+newValue+", "+column.getTransformExpression());
}

if (!StringUtils.isNotBlank(newValue)) {
Expand Down

0 comments on commit 6ce1f57

Please sign in to comment.