summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2011-08-02 14:22:30 +0200
committerHarald Welte2011-08-02 14:22:30 +0200
commite581516b26da54f8d73fca6640ab1a5df16bc6e8 (patch)
tree94922706248617630d825b071e6aa3c00db85b30 /include
parentadd new 'osmo-arfcn' program to compute frequency based on arfcn (diff)
parentgsm/gsm48_ie: Fix frequency list decoding (diff)
downloadlibosmocore-e581516b26da54f8d73fca6640ab1a5df16bc6e8.tar.gz
libosmocore-e581516b26da54f8d73fca6640ab1a5df16bc6e8.tar.xz
libosmocore-e581516b26da54f8d73fca6640ab1a5df16bc6e8.zip
Merge branch 'master' of git.osmocom.org:libosmocore
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 06d90e5..154ee19 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -43,7 +43,7 @@ void logp(int subsys, char *file, int line, int cont, const char *format, ...) _
#define DLMUX -4
#define DLMI -5
#define DLMIB -6
-#define OSMO_NUM_DLIB 7
+#define OSMO_NUM_DLIB 6
struct log_category {
uint8_t loglevel;