From 2765a5d4765415fc6ed3f41c1fd7e1137e107854 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Aug 2023 22:11:41 +0200 Subject: Cleanup debug output --- src/capture/xcomposite_cuda.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/capture/xcomposite_cuda.c') diff --git a/src/capture/xcomposite_cuda.c b/src/capture/xcomposite_cuda.c index 7ed64ab..e58decb 100644 --- a/src/capture/xcomposite_cuda.c +++ b/src/capture/xcomposite_cuda.c @@ -68,10 +68,7 @@ static bool cuda_register_opengl_texture(gsr_capture_xcomposite_cuda *cap_xcomp) if (res != CUDA_SUCCESS) { const char *err_str = "unknown"; cap_xcomp->cuda.cuGetErrorString(res, &err_str); - fprintf(stderr, - "Error: cuGraphicsGLRegisterImage failed, error %s, texture " - "id: %u\n", - err_str, cap_xcomp->target_texture_id); + fprintf(stderr, "gsr error: cuda_register_opengl_texture: cuGraphicsGLRegisterImage failed, error: %s, texture " "id: %u\n", err_str, cap_xcomp->target_texture_id); res = cap_xcomp->cuda.cuCtxPopCurrent_v2(&old_ctx); return false; } -- cgit v1.2.3