diff options
Diffstat (limited to 'xorg/server/module/rdpPolyText16.c')
-rw-r--r-- | xorg/server/module/rdpPolyText16.c | 2 |
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; |