diff options
-rw-r--r-- | src/muniad.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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, |