From 6818fe2d3294a52404a27c6a7aa3dd62c6f61a3b Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 11 Nov 2012 11:36:38 +0100 Subject: [PATCH] test_vt: remove trailing newline in log-message The log-subsystem adds these automatically so we shouldn't use them. Signed-off-by: David Herrmann --- tests/test_vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vt.c b/tests/test_vt.c index b601861..f8e5e56 100644 --- a/tests/test_vt.c +++ b/tests/test_vt.c @@ -119,7 +119,7 @@ int main(int argc, char **argv) ev_eloop_run(eloop, -1); - log_debug("Terminating\n"); + log_debug("Terminating"); /* switch back to previous VT but wait for eloop to process SIGUSR0 */ ret = uterm_vt_deactivate(vt); -- 2.7.4