Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-suncg14/dist/src shutup debug goop



details:   https://anonhg.NetBSD.org/xsrc/rev/950ca8a4e239
branches:  trunk
changeset: 10824:950ca8a4e239
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Dec 03 19:53:23 2021 +0000

description:
shutup debug goop

diffstat:

 external/mit/xf86-video-suncg14/dist/src/cg14_accel.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29f9bbacd49d -r 950ca8a4e239 external/mit/xf86-video-suncg14/dist/src/cg14_accel.c
--- a/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c     Fri Dec 03 19:43:22 2021 +0000
+++ b/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c     Fri Dec 03 19:53:23 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_accel.c,v 1.19 2021/12/03 19:43:22 macallan Exp $ */
+/* $NetBSD: cg14_accel.c,v 1.20 2021/12/03 19:53:23 macallan Exp $ */
 /*
  * Copyright (c) 2013 Michael Lorenz
  * All rights reserved.
@@ -98,7 +98,7 @@
        Cg14Ptr p = GET_CG14_FROM_SCRN(pScrn);
 
        ENTER;
-       xf86Msg(X_ERROR, "bits per pixel: %d rop %x\n",
+       DPRINTF(X_ERROR, "%s bpp %d rop %x\n", __func__,
            pSrcPixmap->drawable.bitsPerPixel, alu);
 
        if (planemask != p->last_mask) {



Home | Main Index | Thread Index | Old Index