diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-11-11 11:36:38 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-11-11 11:36:38 +0100 |
commit | 6818fe2d3294a52404a27c6a7aa3dd62c6f61a3b (patch) | |
tree | 4d15c919fd4318fb79a1d973e6fa0b71be7cb68a /tests | |
parent | 1f87ee4bff436100278e6ba64fcfea924bfc3447 (diff) |
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 <dh.herrmann@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |