Add log lines to help tracking down issues with replication initialization.
| | |
| | | { |
| | | isOver = true; |
| | | Message errorMsg; |
| | | LOG.log(Level.INFO, "Last task entry: "+sr); |
| | | if (displayProgress && (msg != null) && !msg.equals(lastDisplayedMsg)) |
| | | { |
| | | printProgressMessage(msg); |
| | |
| | | } |
| | | } |
| | | else |
| | | { |
| | | { |
| | | if (displayProgress) |
| | | { |
| | | printProgressMessage(INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get()); |
| | |
| | | { |
| | | isOver = true; |
| | | Message errorMsg; |
| | | LOG.log(Level.INFO, "Last task entry: "+sr); |
| | | if (displayProgress && (msg != null) && !msg.equals(lastDisplayedMsg)) |
| | | { |
| | | notifyListeners(getFormattedProgress(msg)); |