diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-03-30 14:11:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-03-30 14:11:04 +0200 |
commit | e0a72ccd40e5590fc5604f4476427963498db678 (patch) | |
tree | b8073ee81731cc8bfdef3d1da0cc288d25d48464 /src | |
parent | dbc5e3353310040a8726b386c254cd0f19d4c036 (diff) |
Enable debug output from all modules.
Diffstat (limited to 'src')
-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, |