diff options
Diffstat (limited to 'xorg/server/module/rdpPolyText8.c')
-rw-r--r-- | xorg/server/module/rdpPolyText8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/server/module/rdpPolyText8.c b/xorg/server/module/rdpPolyText8.c index 6592e811..37748517 100644 --- a/xorg/server/module/rdpPolyText8.c +++ b/xorg/server/module/rdpPolyText8.c @@ -58,7 +58,7 @@ rdpPolyText8(DrawablePtr pDrawable, GCPtr pGC, { int rv; - LLOGLN(10, ("rdpPolyText8:")); + LLOGLN(0, ("rdpPolyText8:")); /* do original call */ rv = rdpPolyText8Org(pDrawable, pGC, x, y, count, chars); return rv; |