[PATCH 4/4] compositor-rdp: Add missing '\n' in weston_log usage

Chris Michael cp.michael at samsung.com
Thu Oct 1 07:51:32 PDT 2015


Signed-off-by: Chris Michael <cp.michael at samsung.com>
---
 src/compositor-rdp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ rdp_backend_create(struct weston_compositor *compositor,
 		/* 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;
 		}
 
-- 
2.5.3



More information about the wayland-devel mailing list