Diff between 7679c96954ec68656f041c093463d86f4efa2513 and 4fa24e6583a300962071a1d3a5493abf58fd36cc
Changed Files
| File | Additions | Deletions | Status |
| monitor/packet.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/packet.c b/monitor/packet.c
index 3e5b3f5..2eb5089 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -101,7 +101,7 @@
#define UNKNOWN_MANUFACTURER 0xffff
static time_t time_offset = ((time_t) -1);
-static int priority_level = BTSNOOP_PRIORITY_INFO;
+static int priority_level = BTSNOOP_PRIORITY_DEBUG;
static unsigned long filter_mask = 0;
static bool index_filter = false;
static uint16_t index_current = 0;