Change loglevel for existing buffer in wlr_screencast.c

This commit is contained in:
columbarius 2020-08-14 01:32:50 +02:00 committed by Simon Ser
parent 15e30ed35d
commit 06aa0a0bda
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ static void wlr_frame_buffer(void *data, struct zwlr_screencopy_frame_v1 *frame,
cast->simple_frame.buffer = create_shm_buffer(cast, format, width, height,
stride, &cast->simple_frame.data);
} else {
logprint(DEBUG,"wlroots: shm buffer exists");
logprint(TRACE,"wlroots: shm buffer exists");
}
if (cast->simple_frame.buffer == NULL) {