From e44882d792f6f2dc85886462cf53780018c6fedc Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Tue, 31 May 2016 01:47:04 +0100 Subject: 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 --- video/out/wayland_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 9ec3a4f65d..0e44dddef6 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -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); } -- cgit v1.2.3