summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 18:17:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-23 14:27:00 +0100
commit5e7655f12de5b11e35e19acabf540f4557b50db7 (patch)
treef7cdd17d0eb560cf4088d841877c96e013dc6ea8 /src
parentbd97bf6a798232bc4fccccfd1aebd0477d6e2daf (diff)
downloadtelepathy-logger-5e7655f12de5b11e35e19acabf540f4557b50db7.tar.gz
Rename debug.h to debug-internal.h and underscore-prefix its functions
Diffstat (limited to 'src')
-rw-r--r--src/telepathy-logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index aa83223..000c720 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -31,7 +31,7 @@
#include <telepathy-logger/dbus-service.h>
#define DEBUG_FLAG TPL_DEBUG_MAIN
-#include <telepathy-logger/debug.h>
+#include <telepathy-logger/debug-internal.h>
static GMainLoop *loop = NULL;
@@ -157,7 +157,7 @@ main (int argc,
tp_debug_divert_messages (g_getenv ("TPL_LOGFILE"));
#ifdef ENABLE_DEBUG
- tpl_debug_set_flags_from_env ();
+ _tpl_debug_set_flags_from_env ();
stamp_logs = (g_getenv ("TPL_TIMING") != NULL);
debug_sender = tp_debug_sender_dup ();