From c2093418fc0f29fc9c0849b9e5ef97a9a265cbec Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Fri, 15 Mar 2013 16:06:41 +0200 Subject: [PATCH] core: add SIPE version to debug log This is such an obvious thing to do, why have we never thought of this before? --- src/core/sipe-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sipe-core.c b/src/core/sipe-core.c index 6ab622b1..789f3f00 100644 --- a/src/core/sipe-core.c +++ b/src/core/sipe-core.c @@ -252,7 +252,7 @@ struct sipe_core_public *sipe_core_allocate(const gchar *signin_name, struct sipe_core_private *sipe_private; gchar **user_domain; - SIPE_DEBUG_INFO("sipe_core_allocate: signin_name '%s'", signin_name); + SIPE_DEBUG_INFO("sipe_core_allocate: SIPE version " PACKAGE_VERSION " signin_name '%s'", signin_name); /* ensure that sign-in name doesn't contain invalid characters */ if (strpbrk(signin_name, "\t\v\r\n") != NULL) { -- 2.11.4.GIT