Index: channels/chan_iax2.c =================================================================== --- channels/chan_iax2.c (revision 128639) +++ channels/chan_iax2.c (working copy) @@ -7136,7 +7136,7 @@ ast_log(LOG_WARNING, "Datalen < 0?\n"); } } else { - ast_log(LOG_WARNING, "Received trunked frame before first full voice frame\n "); + ast_log(LOG_WARNING, "Received trunked frame before first full voice frame\n"); iax2_vnak(fr->callno); } } @@ -8439,7 +8439,7 @@ if (iaxs[fr->callno]->videoformat > 0) f.subclass = iaxs[fr->callno]->videoformat | (ntohs(vh->ts) & 0x8000 ? 1 : 0); else { - ast_log(LOG_WARNING, "Received mini frame before first full video frame\n "); + ast_log(LOG_WARNING, "Received mini frame before first full video frame\n"); iax2_vnak(fr->callno); ast_mutex_unlock(&iaxsl[fr->callno]); return 1;