diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 8a5964334a..be92ee198f 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -649,7 +649,7 @@ void GuiViewBase::currentTabChanged(int i) updateWindowTitle(); updateStatusBar(); - lyxerr << "currentTabChanged " << i + LYXERR(Debug::GUI) << "currentTabChanged " << i << "File" << bv.buffer().fileName() << endl; }