]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.cpp
Context menu item to add unknown branch (rest of #7643)
[lyx.git] / src / insets / InsetText.cpp
index 09a52150509e0ea62dc2ef7a52779f98024f9769..85eca0c305991174abcc5cdb594a14890b46ec76 100644 (file)
@@ -261,8 +261,7 @@ Inset * InsetText::editXY(Cursor & cur, int x, int y)
 
 void InsetText::doDispatch(Cursor & cur, FuncRequest & cmd)
 {
-       LYXERR(Debug::ACTION, "InsetText::doDispatch()"
-               << " [ cmd.action() = " << cmd.action() << ']');
+       LYXERR(Debug::ACTION, "InsetText::doDispatch(): cmd: " << cmd);
 
        if (getLayout().isPassThru()) {
                // Force any new text to latex_language FIXME: This