aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-10 02:59:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-10 02:59:01 +0800
commita8a6226a74d81da8c8a6c6766c56a15993d2eb47 (patch)
tree41efc6588be5f450eff666bdefc73929a10d3a93 /src/empathy.c
parentc1ea2e3b533fea657d90a3b6e263675526f192e5 (diff)
downloadgsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar.gz
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar.bz2
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar.lz
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar.xz
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.tar.zst
gsoc2013-empathy-a8a6226a74d81da8c8a6c6766c56a15993d2eb47.zip
Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes).
2007-07-09 Xavier Claessens <xclaesse@gmail.com> * 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
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 416d2134d..9a764cef3 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -167,6 +167,8 @@ main (int argc, char *argv[])
{ NULL }
};
+ empathy_debug_set_log_file_from_env ();
+
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);