mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
wayland: mark existing dnd entry print as debug rather than an error
It gets printed on every alt+tab or desktop switch under mutter and weston, and offers no useful information since it's handled by destroying the previous entry. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
29ea6e5e4a
commit
e44882d792
@ -540,7 +540,7 @@ static void data_device_handle_data_offer(void *data,
|
||||
{
|
||||
struct vo_wayland_state *wl = data;
|
||||
if (wl->input.offer) {
|
||||
MP_ERR(wl, "There is already a dnd entry point.\n");
|
||||
MP_DBG(wl, "There is already a dnd entry point.\n");
|
||||
wl_data_offer_destroy(wl->input.offer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user