summaryrefslogtreecommitdiffstats
path: root/src/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-12Add debug function to print a plistGravatar Martin Szulecki1-0/+13
2010-01-12Fix return type of vasprintf, asprintf to silence warningsGravatar Martin Szulecki1-2/+2
2010-01-12Refactor and unify internal debug system for ease of use and verbosityGravatar Martin Szulecki1-19/+51
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call.
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-27/+0
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-0/+131