summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-04-21 15:27:32 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-04-21 15:27:32 +0000
commit879ad035b2136e893283ee872d85d842954621c1 (patch)
treee26e958c82caeb6141501f809941fe5ef4b437be /src/debug.c
parent167df14589f90633b8d46f942f77471df44aefbd (diff)
Simplified log file diversion code on Simon's suggestions
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/debug.c b/src/debug.c
index 5282233..034f77b 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -79,13 +79,4 @@ void tpsip_debug (TpsipDebugFlags flag,
}
}
-void
-tpsip_debug_setup_logfile (void)
-{
- const gchar *logfile_name;
- logfile_name = g_getenv ("TPSIP_LOGFILE");
- if (logfile_name != NULL)
- tp_debug_divert_messages (logfile_name);
-}
-
#endif /* ENABLE_DEBUG */