Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349082 - LogInfo logsWarning in EndpointDescriptionLocator
Summary: LogInfo logsWarning in EndpointDescriptionLocator
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.remoteservices (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-10 13:57 EDT by Alex Blewitt CLA
Modified: 2011-06-10 14:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.