summaryrefslogtreecommitdiff
path: root/telepathy-logger/debug-internal.h
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-01-10 15:58:13 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-01-10 15:58:13 -0500
commit539a135861699eed057511f753ba8793c07f53d5 (patch)
tree404a3188f17255ea2480d8458c787453d04978a9 /telepathy-logger/debug-internal.h
parent8a360611f67ba10f0a4189ef54fe644d822002d7 (diff)
downloadtelepathy-logger-539a135861699eed057511f753ba8793c07f53d5.tar.gz
Renamed TplEntry* into TplEvent*
Diffstat (limited to 'telepathy-logger/debug-internal.h')
-rw-r--r--telepathy-logger/debug-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/debug-internal.h b/telepathy-logger/debug-internal.h
index 72a3c27..172c88b 100644
--- a/telepathy-logger/debug-internal.h
+++ b/telepathy-logger/debug-internal.h
@@ -40,7 +40,7 @@ typedef enum
TPL_DEBUG_ENTITY = 1 << 2,
TPL_DEBUG_CHANNEL = 1 << 3,
TPL_DEBUG_DBUS_SERVICE = 1 << 4,
- TPL_DEBUG_LOG_ENTRY = 1 << 5,
+ TPL_DEBUG_LOG_EVENT = 1 << 5,
TPL_DEBUG_LOG_MANAGER = 1 << 6,
TPL_DEBUG_LOG_STORE = 1 << 7,
TPL_DEBUG_MAIN = 1 << 8,