From cd226107185788184dad4d2063f88010536bab82 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Thu, 16 Jan 2014 22:14:31 +0200 Subject: [PATCH 1/1] main.c: Add missing endline to debug print Avoid cluttering the debug output with unterminated lines.. Signed-off-by: Timo Kokkonen --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a730cab..f8272e6 100644 --- a/main.c +++ b/main.c @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) if (plotter_state.old_system_status != plotter_state.system_status) { - pr_debug("Status changing from %s to %s", + pr_debug("Status changing from %s to %s\n", state_to_str(plotter_state.old_system_status), state_to_str(plotter_state.system_status)); -- 2.45.0