forked from qt-creator/qt-creator
Git: InstantBlame: Lower logging category for non-error
`TextEditorWidget::fromEditor(editor)` fails in the DiffEditor, so this message is no warning but rather an info. Change-Id: I1635b77910e609bda470d2f657916bbc98860af4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
1c79724519
commit
c3d7b4de3e
@@ -127,7 +127,7 @@ void InstantBlame::setup()
|
|||||||
|
|
||||||
const TextEditorWidget *widget = TextEditorWidget::fromEditor(editor);
|
const TextEditorWidget *widget = TextEditorWidget::fromEditor(editor);
|
||||||
if (!widget) {
|
if (!widget) {
|
||||||
qCWarning(log) << "Cannot get widget for editor" << editor;
|
qCInfo(log) << "Cannot get widget for editor" << editor;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user