commit | 7e17fec68d8056c13d8ed557c338438deaf5b53d | [log] [tgz] |
---|---|---|
author | Chris Michael <cp.michael@samsung.com> | Thu Oct 01 10:51:32 2015 -0400 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Thu Oct 01 10:04:22 2015 -0700 |
tree | b064b833c67280c7ce83ad9bf0a61a9b4874a671 | |
parent | c262b4a94f5abd2a3fb1f47990ce7485ce26fb15 [diff] |
compositor-rdp: Add missing '\n' in weston_log usage Signed-off-by: Chris Michael <cp.michael@samsung.com>
diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index c221eb9..7272f41 100644 --- a/src/compositor-rdp.c +++ b/src/compositor-rdp.c
@@ -1241,7 +1241,7 @@ /* get the socket from RDP_FD var */ fd_str = getenv("RDP_FD"); if (!fd_str) { - weston_log("RDP_FD env variable not set"); + weston_log("RDP_FD env variable not set\n"); goto err_output; }