Project

General

Profile

« Previous | Next » 

Revision 934cad1f

Added by Katja Luther over 2 years ago

ref #9851: change logger in UpdateHandler - continue

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/update/UpdateHandler.java
111 111
	        // failed to find updates (inform user and exit)
112 112
	        if (status.getCode() == UpdateOperation.STATUS_NOTHING_TO_UPDATE) {
113 113
	            showMessage(shell, sync);
114
	            logger.info("update resolved, but no updates available " + System.currentTimeMillis() + "Status: " + status.toString());
114 115
	            return Status.CANCEL_STATUS;
115 116
	        }
116 117
	        logger.info("update resolved " + System.currentTimeMillis() + "Status: " + status.toString());

Also available in: Unified diff