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

Bug 508149

Summary: Info message in CF login prompt should be a warning so it will not hide
Product: [ECD] Orion Reporter: Steve Northover <steve_northover>
Component: ClientAssignee: Steve Northover <steve_northover>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Steve Northover CLA 2016-11-24 13:25:24 EST

    
Comment 1 Steve Northover CLA 2016-11-24 13:29:15 EST
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
index 48f4585..a25f647 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
@@ -512,7 +512,7 @@ define(['require', 'i18n!orion/navigate/nls/messages', 'orion/webui/littlelib', 
 				if(!data.parameters){
 					messageService.setProgressResult({
 						Message: errorMessage,
-						Severity: "Info" //$NON-NLS-0$
+						Severity: "Warning" //$NON-NLS-0$
 					});
 					
 					var options = objects.mixin({}, commonRetryOptions, {