mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
export inspection results: logging
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user