Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349082

Summary: LogInfo logsWarning in EndpointDescriptionLocator
Product: [RT] ECF Reporter: Alex Blewitt <alex.blewitt>
Component: ecf.remoteservicesAssignee: 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:

Description Alex Blewitt CLA 2011-06-10 13:57:11 EDT
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);
		}
Comment 1 Scott Lewis CLA 2011-06-10 14:50:26 EDT
Thanks for the report.  Fix committed and pushed to master.