aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-11-30 19:27:50 +0100
committerSven Gothel <[email protected]>2019-11-30 19:27:50 +0100
commit56045ef6f2b33509754fbff82affca94290ae6e0 (patch)
tree25d0721e4ae521e8c1f2aab88f415b36f08d5775
parent94dbf9b151bfa8590ea223f58dfe43d45dc0783d (diff)
Bug 1156: Remove verbose print in native CreatePointer..
-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");