File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3932,7 +3932,7 @@ private PerspectiveDescriptor fixOrphanPerspective(MPerspective mperspective) {
39323932 String perspId = mperspective .getElementId ();
39333933 String label = mperspective .getLabel ();
39343934 String msg = "Perspective with name '" + label + "' and id '" + perspId + "' has been made into a local copy" ; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
3935- IStatus status = StatusUtil .newStatus (IStatus .WARNING , msg , null );
3935+ IStatus status = StatusUtil .newStatus (IStatus .INFO , msg , null );
39363936 StatusManager .getManager ().handle (status , StatusManager .LOG );
39373937
39383938 String newDescId = NLS .bind (WorkbenchMessages .Perspective_localCopyLabel , label );
You can’t perform that action at this time.
0 commit comments