summaryrefslogtreecommitdiffstats
path: root/src/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* rename 'debug' interface to 'logging' interfaceHarald Welte2010-03-261-345/+0
| | | | It's not really about debugging, but about generic logging...
* debug: remove unneeded 'number' member of 'struct debug_info_cat'Harald Welte2010-03-261-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 = NULLHarald Welte2010-03-261-3/+6
|
* Import 'debug' support from OpenBSC into libosmocoreHarald Welte2010-03-261-0/+347