--- asterisk-11.5.0/res/res_xmpp.c.orig 2013-08-26 21:37:44.000000000 -0500 +++ asterisk-11.5.0/res/res_xmpp.c 2013-08-26 21:39:26.000000000 -0500 @@ -1381,7 +1381,7 @@ } if (!orig_pubsub) { - ast_log(LOG_ERROR, "Error isn't a PubSub error, why are we here?\n"); + ast_debug(1, "Error isn't a PubSub error, why are we here?\n"); return IKS_FILTER_EAT; }