summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/wayland_common.c2
1 files changed, 1 insertions, 1 deletions
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");
}
}