Skip to content

Commit

Permalink
First pass at Symmetric Logger with internationalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Aug 15, 2009
1 parent f89f280 commit 029974e
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -25,8 +25,8 @@
import java.util.Map;
import java.util.Set;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jumpmind.symmetric.common.logging.Log;
import org.jumpmind.symmetric.common.logging.LogFactory;
import org.jumpmind.symmetric.db.IDbDialect;
import org.jumpmind.symmetric.model.DataEventType;
import org.jumpmind.symmetric.model.DataMetaData;
Expand Down Expand Up @@ -130,8 +130,6 @@ protected Set<String> toNodeIds(Set<Node> nodes) {
* Override if needed.
*/
public void completeBatch(IRouterContext context, OutgoingBatch batch) {
if (logger.isDebugEnabled()) {
logger.debug("Completing batch " + batch.getBatchId());
}
logger.debug("BatchCompleting", batch.getBatchId());
}
}

0 comments on commit 029974e

Please sign in to comment.