summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index a69239936..e5b62fe58 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);
}