summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpPolyText16.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-01-21 01:45:30 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-01-21 01:45:30 -0800
commit055c577f5497b55fd7bb597c7303aa1236b39d61 (patch)
tree666835d385b29c33f17c97dcc74f2f215f1d3afa /xorg/server/module/rdpPolyText16.c
parent147ace738233435408df18415c7d802631f7fecc (diff)
downloadxrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.tar.gz
xrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.zip
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpPolyText16.c')
-rw-r--r--xorg/server/module/rdpPolyText16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/server/module/rdpPolyText16.c b/xorg/server/module/rdpPolyText16.c
index 7617bef8..2c690978 100644
--- a/xorg/server/module/rdpPolyText16.c
+++ b/xorg/server/module/rdpPolyText16.c
@@ -58,7 +58,7 @@ rdpPolyText16(DrawablePtr pDrawable, GCPtr pGC,
{
int rv;
- LLOGLN(10, ("rdpPolyText16:"));
+ LLOGLN(0, ("rdpPolyText16:"));
/* do original call */
rv = rdpPolyText16Org(pDrawable, pGC, x, y, count, chars);
return rv;