Index: res/res_agi.c =================================================================== --- res/res_agi.c (revision 75250) +++ res/res_agi.c (working copy) @@ -133,7 +133,7 @@ } if (agidebug) - ast_verbose("AGI Tx >> %s\n", stuff); + ast_verbose("AGI Tx >> %s", stuff); ast_carefulwrite(fd, stuff, strlen(stuff), 100); ast_free(stuff); }