diff --git a/com.avaloq.tools.ddk.check.runtime.ui/src/com/avaloq/tools/ddk/check/runtime/ui/validation/CheckMarkerUpdateJob.java b/com.avaloq.tools.ddk.check.runtime.ui/src/com/avaloq/tools/ddk/check/runtime/ui/validation/CheckMarkerUpdateJob.java index c266fa1de..5292231ba 100644 --- a/com.avaloq.tools.ddk.check.runtime.ui/src/com/avaloq/tools/ddk/check/runtime/ui/validation/CheckMarkerUpdateJob.java +++ b/com.avaloq.tools.ddk.check.runtime.ui/src/com/avaloq/tools/ddk/check/runtime/ui/validation/CheckMarkerUpdateJob.java @@ -236,9 +236,7 @@ private void createMarkers(final MarkerCreator markerCreator, final IFile file, markerCreator.createMarker(issue, file, MarkerTypes.forCheckType(issue.getType())); } } else { - if (LOGGER.isDebugEnabled()) { - LOGGER.error("Could not create markers. The marker creator is null."); //$NON-NLS-1$ - } + LOGGER.error("Could not create markers. The marker creator is null."); //$NON-NLS-1$ } }