Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 12, 2009
1 parent 27f080e commit 1d1c0c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ private void purgeOutgoing(Calendar retentionCutoff) {
try {
if (clusterService.lock(LockActionConstants.PURGE_OUTGOING)) {
try {
log.info("DataPurgeOutgoingRunning", SimpleDateFormat.getDateTimeInstance().format(retentionCutoff));
log.info("DataPurgeOutgoingRunning", SimpleDateFormat.getDateTimeInstance().format(retentionCutoff.getTime()));
purgeDataRows(retentionCutoff);
purgeOutgoingBatch(retentionCutoff);
} finally {
Expand Down

0 comments on commit 1d1c0c7

Please sign in to comment.