| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | * Portions Copyright 2011-2016 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.plugin; |
| | | |
| | |
| | | |
| | | if (lastRetrievedChange != null) |
| | | { |
| | | if (logger.isInfoEnabled()) |
| | | if (logger.isDebugEnabled()) |
| | | { |
| | | logger.info(LocalizableMessage.raw("publish loop" |
| | | logger.debug(LocalizableMessage.raw("publish loop" |
| | | + " >=" + currentStartCSN + " <=" + endCSN |
| | | + " nentries=" + op.getEntriesSent() |
| | | + " result=" + op.getResultCode() |
| | |
| | | } |
| | | else |
| | | { |
| | | if (logger.isInfoEnabled()) |
| | | if (logger.isDebugEnabled()) |
| | | { |
| | | logger.info(LocalizableMessage.raw("publish loop" |
| | | logger.debug(LocalizableMessage.raw("publish loop" |
| | | + " >=" + currentStartCSN + " <=" + endCSN |
| | | + " nentries=" + op.getEntriesSent() |
| | | + " result=" + op.getResultCode() |