summaryrefslogtreecommitdiff
path: root/obexd/src/log.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02obexd: Get rid of gcharLucas De Marchi1-1/+1
Use plain char instead of gchar.
2012-12-21obexd: There is only one daemonMarcel Holtmann1-3/+3
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
Instead of trying to include config.h in each file over the tree and possibly forgetting to include it, give a "-include config.h" argument to the compiler so it's guaranteed that a) it will be included for all source files and b) it will be the first header included. gdbus/ directory is left out, since it would break other projects using it.
2012-12-04obexd: Remove OpenOBEX includeMarcel Holtmann1-2/+0
2012-12-04obexd: Fix empty parameter list in function declarationSyam Sidhardhan1-1/+1
2012-12-04obexd: Fix logging for obex-clientLuiz Augusto von Dentz1-3/+3
Since obex-client and obexd share the same log code they both were using obexd for openlog which makes it very confusing when reading the logs. To fix this now __obex_log_init takes the binary name so that each daemon can be properly labeled.
2012-12-04obexd: More cleanup for the logging codeMarcel Holtmann1-8/+9
2012-12-04obexd: fix use of log_ prefixLuiz Augusto von Dentz1-140/+8
2012-12-04obexd: print response codesLuiz Augusto von Dentz1-0/+11
2012-12-04obexd: Rename debug() into log_debug() to hide it in favor of DBG()Luiz Augusto von Dentz1-2/+2
2012-12-04obexd: Add dynamic debug featureLuiz Augusto von Dentz1-0/+258