summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-surface.c')
-rw-r--r--src/wayland/meta-wayland-surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index d1894a8cc..91684cc52 100644
--- a/src/wayland/meta-wayland-surface.c
+++ b/src/wayland/meta-wayland-surface.c
@@ -1085,7 +1085,7 @@ wl_surface_set_buffer_transform (struct wl_client *client,
{
wl_resource_post_error (resource,
WL_SURFACE_ERROR_INVALID_TRANSFORM,
- "Trying to set invalid buffer_transform of %d\n",
+ "Trying to set invalid buffer_transform of %d",
transform);
return;
}
@@ -1106,7 +1106,7 @@ wl_surface_set_buffer_scale (struct wl_client *client,
{
wl_resource_post_error (resource,
WL_SURFACE_ERROR_INVALID_SCALE,
- "Trying to set invalid buffer_scale of %d\n",
+ "Trying to set invalid buffer_scale of %d",
scale);
return;
}