[Xfce4-commits] [xfce/xfwm4] 01/01: display: Fix warning in trace message

noreply at xfce.org noreply at xfce.org
Fri Jan 19 19:21:42 CET 2018


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit d4e5a90b080f704e0a5ba55ba92fff7cec6224c8
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Fri Jan 19 19:20:54 2018 +0100

    display: Fix warning in trace message
    
    Would break --enable-debug=full as this induces -Werror.
---
 src/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/display.c b/src/display.c
index ef48657..d79871c 100644
--- a/src/display.c
+++ b/src/display.c
@@ -621,7 +621,7 @@ myDisplayGetScreenFromOutput (DisplayInfo *display, Window output)
             return screen;
         }
     }
-    TRACE ("myDisplayGetScreenFromOutput: no screen found for output window %p", output);
+    TRACE ("myDisplayGetScreenFromOutput: no screen found for output window 0x%lx", output);
 #endif
 
     return NULL;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list