compositor-rdp: Add missing '\n' in weston_log usage
Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
c262b4a94f
commit
7e17fec68d
@@ -1241,7 +1241,7 @@ rdp_backend_create(struct weston_compositor *compositor,
|
|||||||
/* get the socket from RDP_FD var */
|
/* get the socket from RDP_FD var */
|
||||||
fd_str = getenv("RDP_FD");
|
fd_str = getenv("RDP_FD");
|
||||||
if (!fd_str) {
|
if (!fd_str) {
|
||||||
weston_log("RDP_FD env variable not set");
|
weston_log("RDP_FD env variable not set\n");
|
||||||
goto err_output;
|
goto err_output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user