handover: disable default-printing of every measurement report

This commit is contained in:
Harald Welte 2009-12-20 00:06:02 +01:00
parent ea09002e73
commit 5e68183a20
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <openbsc/debug.h>
unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB);
unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB|DMEAS);
struct debug_info {
const char *name;