]> git.lyx.org Git - lyx.git/commitdiff
Surely we do not need to see this every time either.
authorRichard Heck <rgheck@comcast.net>
Fri, 14 Sep 2007 06:35:59 +0000 (06:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 14 Sep 2007 06:35:59 +0000 (06:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20271 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 8a5964334acab239c6189525617b9febdf4c3dc0..be92ee198fc1704bd3cffd8688c4fa1176169430 100644 (file)
@@ -649,7 +649,7 @@ void GuiViewBase::currentTabChanged(int i)
        updateWindowTitle();
        updateStatusBar();
 
-       lyxerr << "currentTabChanged " << i
+       LYXERR(Debug::GUI) << "currentTabChanged " << i
                << "File" << bv.buffer().fileName() << endl;
 }