Skip to content
Snippets Groups Projects
Commit 7eb37a2b authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Wrong trace

(Old svn revision: 12217)
parent a6ac125b
No related branches found
No related tags found
No related merge requests found
......@@ -1900,7 +1900,7 @@ compositorHandleDestroyNotify (DisplayInfo *display_info, XDestroyWindowEvent *e
{
g_return_if_fail (display_info != NULL);
g_return_if_fail (ev != NULL);
TRACE ("entering compositorHandleCreateNotify for 0x%lx", ev->window);
TRACE ("entering compositorHandleDestroyNotify for 0x%lx", ev->window);
if (!(display_info->enable_compositor))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment