From d2467f61bec6909d3596cdc98343ef1f0366aff5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 23 Jul 2022 18:48:28 +0200 Subject: wayland: add missing newline in wayland_common --- 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 c705f6e165..9d2e43b005 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -592,7 +592,7 @@ static void data_device_handle_selection(void *data, struct wl_data_device *wl_d if (wl->dnd_offer) { wl_data_offer_destroy(wl->dnd_offer); wl->dnd_offer = NULL; - MP_VERBOSE(wl, "Received a new DND offer. Releasing the previous offer."); + MP_VERBOSE(wl, "Received a new DND offer. Releasing the previous offer.\n"); } } -- cgit v1.2.3