summaryrefslogtreecommitdiff
path: root/res/res_jabber.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-02-05 23:00:15 +0000
committerMark Michelson <mmichelson@digium.com>2008-02-05 23:00:15 +0000
commitfe9821cc1066c5233eda63b5d747096f41e8a24c (patch)
tree5c9c08fb9ce70cd29aa48d1b901718df97e63dac /res/res_jabber.c
parentbb156b5cb5d761722327d293b6d28d8e913bb9fa (diff)
Get rid of any remaining ast_verbose calls in the code in favor of
ast_verb (closes issue #11934) Reported by: mvanbaak Patches: 20080205_astverb-2.diff.txt uploaded by mvanbaak (license 7) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102525 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index bd12d2977..8e7a3d2af 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -1893,8 +1893,7 @@ static void *aji_recv_loop(void *data)
int res = IKS_HOOK;
while(res != IKS_OK) {
- if(option_verbose > 3)
- ast_verbose("JABBER: Connecting.\n");
+ ast_verb(4, "JABBER: Connecting.\n");
res = aji_reconnect(client);
sleep(4);
}