From 14f3db5010610d728989395e1b7bcad960077a52 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 10 May 2016 10:58:03 +0200 Subject: tools: Fix log messages in echo app This fixes bad indentation and log messages without a newline in the echo application. --- src/tools/echo/echo_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/echo/echo_server.c') diff --git a/src/tools/echo/echo_server.c b/src/tools/echo/echo_server.c index d9af1c1f..b72da319 100644 --- a/src/tools/echo/echo_server.c +++ b/src/tools/echo/echo_server.c @@ -60,8 +60,8 @@ int server_main() return -1; } - if(ap_init(SERVER_AP_NAME)) { - printf("Failed to init AP."); + if (ap_init(SERVER_AP_NAME)) { + printf("Failed to init AP.\n"); return -1; } -- cgit v1.2.3