From e0a72ccd40e5590fc5604f4476427963498db678 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 Mar 2012 14:11:04 +0200 Subject: Enable debug output from all modules. --- src/muniad.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/muniad.cc b/src/muniad.cc index a414462..2307160 100644 --- a/src/muniad.cc +++ b/src/muniad.cc @@ -38,6 +38,7 @@ #include "http.h" #include "task_proto.h" #include "observe_proto.h" +#include "debug.h" static struct libwebsocket_protocols protocols[] = { // first protocol must always be HTTP handler @@ -108,6 +109,8 @@ int main(int argc, char **argv) } } + debug_parse("+all"); + if(!use_ssl) cert_path = key_path = NULL; context = libwebsocket_create_context(port, interface, protocols, -- cgit v1.2.3