diff --git a/res/res_agi.c b/res/res_agi.c index a69239936a..e5b62fe589 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -133,7 +133,7 @@ static void agi_debug_cli(int fd, char *fmt, ...) } 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); }