diff options
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r-- | libempathy/empathy-debug.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 5644f05c2..16d61c37c 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -89,6 +89,17 @@ empathy_debug (EmpathyDebugFlags flag, #else +gboolean +empathy_debug_flag_is_set (EmpathyDebugFlags flag) +{ + return FALSE; +} + +void +empathy_debug (EmpathyDebugFlags flag, const gchar *format, ...) +{ +} + void empathy_debug_set_flags (const gchar *flags_string) { |