summaryrefslogtreecommitdiff
path: root/src/tools/echo/echo_server.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-10 10:58:03 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-10 10:58:03 +0200
commit14f3db5010610d728989395e1b7bcad960077a52 (patch)
tree88abc6e382dd7d7dbf4b6c6e8a677b3ae9a71fcd /src/tools/echo/echo_server.c
parent4cda01208fe94d4869ac26e86e1ebedc253b05d7 (diff)
downloadouroboros-14f3db5010610d728989395e1b7bcad960077a52.tar.gz
ouroboros-14f3db5010610d728989395e1b7bcad960077a52.zip
tools: Fix log messages in echo app
This fixes bad indentation and log messages without a newline in the echo application.
Diffstat (limited to 'src/tools/echo/echo_server.c')
-rw-r--r--src/tools/echo/echo_server.c4
1 files changed, 2 insertions, 2 deletions
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;
}