debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI

This commit is contained in:
Harald Welte 2010-03-26 21:40:29 +08:00
parent 71ba85e4af
commit 332442d6c7
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ enum log_ctxt {
};
enum log_filter {
FLT_IMSI,
_FLT_ALL = LOG_FILTER_ALL, /* libosmocore */
FLT_IMSI = 1,
};
static int filter_fn(const struct log_context *ctx,