mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Better debug message
This commit is contained in:
parent
fe00302403
commit
e63b891de5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user