Module: wine Branch: master Commit: 7c45c7c5ebb59237d568a4e5b38626422e670b63 URL: https://gitlab.winehq.org/wine/wine/-/commit/7c45c7c5ebb59237d568a4e5b386264...
Author: Tim Clem tclem@codeweavers.com Date: Fri Nov 17 10:17:24 2023 -0800
winemac.drv: Move surface-related logs to the bitblt channel.
The logs in this file are very noisy. x11drv uses the bitblt channel for its analogous messages.
---
dlls/winemac.drv/surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winemac.drv/surface.c b/dlls/winemac.drv/surface.c index 5306e3b619f..8b238ff4853 100644 --- a/dlls/winemac.drv/surface.c +++ b/dlls/winemac.drv/surface.c @@ -29,7 +29,7 @@ #include "macdrv.h" #include "winuser.h"
-WINE_DEFAULT_DEBUG_CHANNEL(macdrv); +WINE_DEFAULT_DEBUG_CHANNEL(bitblt);
/* only for use on sanitized BITMAPINFO structures */