From: Kevin P. Fleming Date: Tue, 2 Aug 2011 20:51:56 +0000 (+0000) Subject: Convert an error message to actually be helpful. X-Git-Tag: 1.8.6.0-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a0e8dfe4fcc03c085630fb9af3ec21fe30ab7f;p=thirdparty%2Fasterisk.git Convert an error message to actually be helpful. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@330648 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_jabber.c b/res/res_jabber.c index e93eab67a6..2ed904d6e2 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -1608,7 +1608,7 @@ static int aji_act_hook(void *data, int type, iks *node) case IKS_NODE_START: if (client->usetls && !aji_is_secure(client)) { #ifndef HAVE_OPENSSL - ast_log(LOG_ERROR, "OpenSSL not installed. You need to install OpenSSL on this system, or disable the TLS option in your configuration file\n"); + ast_log(LOG_ERROR, "TLS connection cannot be established. Please install OpenSSL and its development libraries on this system, or disable the TLS option in your configuration file\n"); ASTOBJ_UNREF(client, aji_client_destroy); return IKS_HOOK; #else