summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 14:11:04 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 14:11:04 +0200
commite0a72ccd40e5590fc5604f4476427963498db678 (patch)
treeb8073ee81731cc8bfdef3d1da0cc288d25d48464
parentdbc5e3353310040a8726b386c254cd0f19d4c036 (diff)
Enable debug output from all modules.
-rw-r--r--src/muniad.cc3
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,