aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
diff options
context:
space:
mode:
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);
}