Better debug message

This commit is contained in:
Jean-Marc Lasgouttes 2018-01-24 14:05:57 +01:00
parent fe00302403
commit e63b891de5

View File

@ -1350,7 +1350,7 @@ static docstring makeDispatchMessage(docstring const & msg,
|| cmd.origin() == FuncRequest::COMMANDBUFFER);
if (cmd.action() == LFUN_SELF_INSERT || !verbose) {
LYXERR(Debug::ACTION, "dispatch msg is " << msg);
LYXERR(Debug::ACTION, "dispatch msg is `" << msg << "'");
return msg;
}