[PATCH] dix: remove logspam in RefCursor()
Peter Hutterer
peter.hutterer at who-t.net
Sun May 26 18:41:20 PDT 2013
This shouldn't have been in the patch
Reported-by: Colin Harrison <colin.harrison at virgin.net>
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
dix/cursor.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/dix/cursor.c b/dix/cursor.c
index 0820b18..fe6a1d3 100644
--- a/dix/cursor.c
+++ b/dix/cursor.c
@@ -134,12 +134,10 @@ FreeCursor(pointer value, XID cid)
CursorPtr
RefCursor(CursorPtr cursor)
{
- ErrorF("%s ::::: cursor is %p", __func__, cursor);
if (cursor) {
xorg_backtrace();
cursor->refcnt++;
}
- ErrorF("\n");
return cursor;
}
--
1.8.1.4
More information about the xorg-devel
mailing list