]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.C
fix #832
[lyx.git] / src / insets / insetcommand.C
index fda67c103bfd3807fef70df9bfaca9f12900a04e..7edcececf5560d74d63bcfbcbe8d165dfc024a55 100644 (file)
@@ -67,7 +67,7 @@ int InsetCommand::docbook(Buffer const *, ostream &, bool) const
 
 dispatch_result InsetCommand::localDispatch(FuncRequest const & cmd)
 {
-       lyxerr << "insetCommand::localDispatch\n";
+       lyxerr << "InsetCommand::localDispatch: " << cmd.action << "\n";
        switch (cmd.action) {
        case LFUN_INSET_MODIFY: {
                InsetCommandParams p;