]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
explain why ownsClipbiard() does not work on Windows and OS X
[lyx.git] / src / lyxfunc.C
index 5b5c3f39120c7162c16e43153c6923ac49930d2c..33d3ef2cb45d228a258ea510c5424be469629b0b 100644 (file)
@@ -324,13 +324,11 @@ void LyXFunc::processKeySym(LyXKeySymPtr keysym, key_modifier::state state)
                func = FuncRequest(LFUN_COMMAND_PREFIX);
        }
 
-       if (lyxerr.debugging(Debug::KEY)) {
-               lyxerr << BOOST_CURRENT_FUNCTION
-                      << " Key [action="
-                      << func.action << "]["
-                      << to_utf8(keyseq->print(false)) << ']'
-                      << endl;
-       }
+       LYXERR(Debug::KEY) << BOOST_CURRENT_FUNCTION
+              << " Key [action="
+              << func.action << "]["
+              << to_utf8(keyseq->print(false)) << ']'
+              << endl;
 
        // already here we know if it any point in going further
        // why not return already here if action == -1 and