From a8a6226a74d81da8c8a6c6766c56a15993d2eb47 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 9 Jul 2007 18:59:01 +0000 Subject: Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). 2007-07-09 Xavier Claessens * src/empathy.c: * libempathy/empathy-debug.c: * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). svn path=/trunk/; revision=179 --- libempathy/empathy-debug.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-debug.h') diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h index 19d2aa380..fca53f4bd 100644 --- a/libempathy/empathy-debug.h +++ b/libempathy/empathy-debug.h @@ -45,7 +45,10 @@ G_BEGIN_DECLS # endif #endif -void empathy_debug_impl (const gchar *domain, const gchar *msg, ...); +void empathy_debug_impl (const gchar *domain, + const gchar *msg, + ...); +void empathy_debug_set_log_file_from_env (void); G_END_DECLS -- cgit v1.2.3