diff options
Diffstat (limited to 'src/wayland/meta-xwayland-dnd.c')
-rw-r--r-- | src/wayland/meta-xwayland-dnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-xwayland-dnd.c b/src/wayland/meta-xwayland-dnd.c index cd0f0d3ea..60f416821 100644 --- a/src/wayland/meta-xwayland-dnd.c +++ b/src/wayland/meta-xwayland-dnd.c @@ -362,7 +362,7 @@ transfer_cb (MetaSelection *selection, if (!meta_selection_transfer_finish (selection, res, &error)) { - g_warning ("Could not transfer DnD selection: %s\n", error->message); + g_warning ("Could not transfer DnD selection: %s", error->message); g_error_free (error); } |