Skip to content

Commit dd7a449

Browse files
Mailaenderakurtakov
authored andcommitted
Reduce log level after an orphan perspective got fixed.
1 parent b44e9ab commit dd7a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)