mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
Change loglevel for existing buffer in wlr_screencast.c
This commit is contained in:
parent
15e30ed35d
commit
06aa0a0bda
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue