summaryrefslogtreecommitdiff
path: root/libweston
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2019-02-16 16:16:10 +0000
committerPekka Paalanen <pq@iki.fi>2019-02-22 13:43:22 +0000
commit2914a6da8b73e4e49d781b8db60f9179fa08fe45 (patch)
treec6febd114a103bc36aeab84108feb418b1e0968f /libweston
parent426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (diff)
downloadweston-2914a6da8b73e4e49d781b8db60f9179fa08fe45.tar.gz
compositor-drm: Add missing newline to debug print
The 'created new mode blob' print was missing a newline, unlike all the others. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'libweston')
-rw-r--r--libweston/compositor-drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c
index 46db6d6c..39397630 100644
--- a/libweston/compositor-drm.c
+++ b/libweston/compositor-drm.c
@@ -2506,7 +2506,7 @@ drm_mode_ensure_blob(struct drm_backend *backend, struct drm_mode *mode)
if (ret != 0)
weston_log("failed to create mode property blob: %m\n");
- drm_debug(backend, "\t\t\t[atomic] created new mode blob %lu for %s",
+ drm_debug(backend, "\t\t\t[atomic] created new mode blob %lu for %s\n",
(unsigned long) mode->blob_id, mode->mode_info.name);
return ret;