summaryrefslogtreecommitdiff
path: root/src/tools/echo/echo_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/echo/echo_server.c')
-rw-r--r--src/tools/echo/echo_server.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/tools/echo/echo_server.c b/src/tools/echo/echo_server.c
index 4b1a17b1..d9af1c1f 100644
--- a/src/tools/echo/echo_server.c
+++ b/src/tools/echo/echo_server.c
@@ -20,8 +20,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <ouroboros/config.h>
-
#include <stdbool.h>
#include <signal.h>
#include <unistd.h>
@@ -29,11 +27,6 @@
#include <ouroboros/dev.h>
-#ifdef OUROBOROS_CONFIG_DEBUG
- #define OUROBOROS_PREFIX "echo-server"
- #include <ouroboros/logs.h>
-#endif
-
#define DIF_NAME "*"
void shutdown_server(int signo)
@@ -68,6 +61,7 @@ int server_main()
}
if(ap_init(SERVER_AP_NAME)) {
+ printf("Failed to init AP.");
return -1;
}