From 8eff9f0becdee85da8d44b79b29f9b427b40fe55 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 4 Mar 2010 19:34:47 +0000 Subject: [PATCH] Add libpurple version to debug log. --- thrasher.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thrasher.c b/thrasher.c index b0f9636..96c6c28 100644 --- a/thrasher.c +++ b/thrasher.c @@ -309,6 +309,9 @@ thrasher_login (char *service, char *username, char *password, char *jid, #ifdef TH_DEBUG purple_debug_info("thrasher", + "Using libpurple v%s\n", + purple_core_get_version()); + purple_debug_info("thrasher", "Supported protocols\n"); GList *iter; int i; iter = purple_plugins_get_protocols(); -- 2.11.4.GIT