x11/stage: Remove redundant line location
The CLUTTER_NOTE() macro already adds the line location; adding another will just clutter up the log.
This commit is contained in:
parent
acf51259d2
commit
3502f326b2
1 changed files with 1 additions and 2 deletions
|
@ -846,8 +846,7 @@ clutter_stage_x11_translate_event (ClutterEventTranslator *translator,
|
|||
{
|
||||
gboolean size_changed = FALSE;
|
||||
|
||||
CLUTTER_NOTE (BACKEND, "%s: ConfigureNotify[%x] (%d, %d)",
|
||||
G_STRLOC,
|
||||
CLUTTER_NOTE (BACKEND, "ConfigureNotify[%x] (%d, %d)",
|
||||
(unsigned int) stage_x11->xwin,
|
||||
xevent->xconfigure.width,
|
||||
xevent->xconfigure.height);
|
||||
|
|
Loading…
Reference in a new issue