diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-08-02 14:22:30 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-08-02 14:22:30 +0200 |
commit | e581516b26da54f8d73fca6640ab1a5df16bc6e8 (patch) | |
tree | 94922706248617630d825b071e6aa3c00db85b30 /include/osmocom | |
parent | eeb78dde9b037d6b26325e6e5b9154a91952ced9 (diff) | |
parent | 1a99df84e12315c63f2e96a2972864e4c311712d (diff) |
Merge branch 'master' of git.osmocom.org:libosmocore
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 06d90e52..154ee198 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; |