ref #9851: change logger in UpdateHandler - continue
authorKatja Luther <k.luther@bgbm.org>
Thu, 9 Dec 2021 10:07:13 +0000 (11:07 +0100)
committerKatja Luther <k.luther@bgbm.org>
Thu, 9 Dec 2021 10:07:13 +0000 (11:07 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/update/UpdateHandler.java

index 7f5a308b7970967a48c01d39044a4eca80c9e4b8..a39f6a7de3e28ec238a9f5d75633467c2a1b15dc 100644 (file)
@@ -111,6 +111,7 @@ public class UpdateHandler {
                // failed to find updates (inform user and exit)
                if (status.getCode() == UpdateOperation.STATUS_NOTHING_TO_UPDATE) {
                    showMessage(shell, sync);
+                   logger.info("update resolved, but no updates available " + System.currentTimeMillis() + "Status: " + status.toString());
                    return Status.CANCEL_STATUS;
                }
                logger.info("update resolved " + System.currentTimeMillis() + "Status: " + status.toString());