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:
Rostislav Pehlivanov 2016-05-31 01:47:04 +01:00 committed by wm4
parent 29ea6e5e4a
commit e44882d792
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}