summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpCopyPlane.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdpCopyPlane.c')
-rw-r--r--xorg/server/module/rdpCopyPlane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/server/module/rdpCopyPlane.c b/xorg/server/module/rdpCopyPlane.c
index 5dae9f09..9d9188a2 100644
--- a/xorg/server/module/rdpCopyPlane.c
+++ b/xorg/server/module/rdpCopyPlane.c
@@ -61,7 +61,7 @@ rdpCopyPlane(DrawablePtr pSrc, DrawablePtr pDst,
{
RegionPtr rv;
- LLOGLN(10, ("rdpCopyPlane:"));
+ LLOGLN(0, ("rdpCopyPlane:"));
/* do original call */
rv = rdpCopyPlaneOrg(pSrc, pDst, pGC, srcx, srcy, w, h,
dstx, dsty, bitPlane);