summaryrefslogtreecommitdiffstats
path: root/src/newt/native/drm_gbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/drm_gbm.c')
-rw-r--r--src/newt/native/drm_gbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/drm_gbm.c b/src/newt/native/drm_gbm.c
index fd1879d88..0ba8d7e3f 100644
--- a/src/newt/native/drm_gbm.c
+++ b/src/newt/native/drm_gbm.c
@@ -60,7 +60,7 @@ JNIEXPORT jlong JNICALL Java_jogamp_newt_driver_egl_gbm_DisplayDriver_CreatePoin
uint32_t buf[64 * 64];
int i, j;
- ERR_PRINT("cursor.cstr %dx%d %d/%d\n", width, height, hotX, hotY);
+ DBG_PRINT("cursor.cstr %dx%d %d/%d\n", width, height, hotX, hotY);
if ( NULL == jpixels ) {
ERR_PRINT("CreateCursor: null icon pixels\n");