From 3502f326b21856ed7720c8541aa4eb3990517a6f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 Jan 2011 12:44:03 +0000 Subject: [PATCH] x11/stage: Remove redundant line location The CLUTTER_NOTE() macro already adds the line location; adding another will just clutter up the log. --- clutter/x11/clutter-stage-x11.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clutter/x11/clutter-stage-x11.c b/clutter/x11/clutter-stage-x11.c index 6536ae8c9..5cdd378dd 100644 --- a/clutter/x11/clutter-stage-x11.c +++ b/clutter/x11/clutter-stage-x11.c @@ -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);