Fix log messages in wlr_screencast.c

This commit is contained in:
columbarius 2020-08-04 17:47:02 +02:00 committed by Simon Ser
parent 1245e9c353
commit 9c353d6cfb
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@ void xdpw_wlr_frame_free(struct xdpw_screencast_instance *cast) {
cast->simple_frame.data = NULL;
wl_buffer_destroy(cast->simple_frame.buffer);
cast->simple_frame.buffer = NULL;
logprint(TRACE, "wlroots: frame destroyed");
logprint(TRACE, "xdpw: simple_frame buffer destroyed");
}
logprint(TRACE, "wlroots: frame destroyed");
if (cast->quit || cast->err) {
// TODO: revisit the exit condition (remove quit?)