From: Giovanni Maruzzelli Date: Wed, 23 Dec 2009 17:45:27 +0000 (+0000) Subject: skypiax: cosmetics X-Git-Tag: v1.0.6~923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6abbaceb160120ceb767282e168a890816e0c436;p=thirdparty%2Ffreeswitch.git skypiax: cosmetics git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16043 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_skypiax/skypiax_protocol.c b/src/mod/endpoints/mod_skypiax/skypiax_protocol.c index 6702697304..57548fac0b 100644 --- a/src/mod/endpoints/mod_skypiax/skypiax_protocol.c +++ b/src/mod/endpoints/mod_skypiax/skypiax_protocol.c @@ -328,7 +328,7 @@ int skypiax_signaling_read(private_t * tech_pvt) } } if(!found){ - ERRORA("why we do not have a chatmessages slot free? we have more than %d chatmessages in parallel?\n", SKYPIAX_P_LOG, MAX_CHATMESSAGES); + DEBUGA_SKYPE("why we do not have a chatmessages slot free? we have more than %d chatmessages in parallel?\n", SKYPIAX_P_LOG, MAX_CHATMESSAGES); } else { DEBUGA_SKYPE("CHATMESSAGE %s is in position %d in the chatmessages array, type=%s, id=%s\n", SKYPIAX_P_LOG, id, i, tech_pvt->chatmessages[i].type, tech_pvt->chatmessages[i].id); sprintf(msg_to_skype, "GET CHATMESSAGE %s CHATNAME", id);