mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
improve debug information
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27885 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc60fd3fc3
commit
85822a8784
@ -11,6 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "FuncRequest.h"
|
||||
#include "LyXAction.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
@ -107,7 +108,8 @@ bool operator==(FuncRequest const & lhs, FuncRequest const & rhs)
|
||||
ostream & operator<<(ostream & os, FuncRequest const & cmd)
|
||||
{
|
||||
return os
|
||||
<< " action: " << cmd.action
|
||||
<< " action: " << cmd.action
|
||||
<< " [" << lyxaction.getActionName(cmd.action) << "] "
|
||||
<< " arg: '" << to_utf8(cmd.argument()) << "'"
|
||||
<< " x: " << cmd.x
|
||||
<< " y: " << cmd.y;
|
||||
|
Loading…
Reference in New Issue
Block a user