Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename 'debug' interface to 'logging' interface | Harald Welte | 2010-03-26 | 1 | -345/+0 |
| | | | | It's not really about debugging, but about generic logging... | ||||
* | debug: remove unneeded 'number' member of 'struct debug_info_cat' | Harald Welte | 2010-03-26 | 1 | -10/+5 |
| | | | | | | As the debug subsystem number is used as index into the debug_info_cat array, there is no need to store the number explicitly inside the structure again. | ||||
* | debug.c: fix no-color-printing in case .color = NULL | Harald Welte | 2010-03-26 | 1 | -3/+6 |
| | |||||
* | Import 'debug' support from OpenBSC into libosmocore | Harald Welte | 2010-03-26 | 1 | -0/+347 |