| Summary: | LogInfo logsWarning in EndpointDescriptionLocator | ||
|---|---|---|---|
| Product: | [RT] ECF | Reporter: | Alex Blewitt <alex.blewitt> |
| Component: | ecf.remoteservices | Assignee: | ecf.core-inbox <ecf.core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | slewis |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
Thanks for the report. Fix committed and pushed to master. |
I wondered why it was printing out warnings when it shouldn't need to ... the logInfo has been copied/pasted from logWarning, and the LogUtility delegate method hasn't been changed. private void logInfo(String methodName, String message) { LogUtility.logWarning(methodName, DebugOptions.ENDPOINT_DESCRIPTION_LOCATOR, this.getClass(), message); } private void logWarning(String methodName, String message) { LogUtility.logWarning(methodName, DebugOptions.ENDPOINT_DESCRIPTION_LOCATOR, this.getClass(), message); }