export inspection results: logging

This commit is contained in:
anna
2012-04-18 10:16:29 +02:00
parent c16ac8d186
commit 4328612df8
@@ -341,7 +341,7 @@ public class GlobalInspectionContextImpl extends UserDataHolderBase implements G
((InspectionTool)state.getTool()).exportResults(element, refEntity);
}
catch (Exception e) {
LOG.error(e);
LOG.error("Problem when exporting: " + refEntity.getExternalName(), e);
}
}
}