rename 'debug' interface to 'logging' interface
commit3ae2758fba1dc9b364238c6e1e7d591b12c3d878
authorHarald Welte <laforge@gnumonks.org>
Fri, 26 Mar 2010 13:24:24 +0000 (26 21:24 +0800)
committerHarald Welte <laforge@gnumonks.org>
Fri, 26 Mar 2010 13:26:01 +0000 (26 21:26 +0800)
treea5bc6c6817a6b05baf60a476d7f793aa42292c1d
parentfaadfe2b93db0976952b13a7870074ac8979bcd9
rename 'debug' interface to 'logging' interface

It's not really about debugging, but about generic logging...
include/osmocore/Makefile.am
include/osmocore/debug.h [deleted file]
include/osmocore/logging.h [new file with mode: 0644]
src/Makefile.am
src/logging.c [moved from src/debug.c with 67% similarity]