diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 9c5a1a7ecc656bb4ea313c0156235a89c08f6cdf..c54af66a5f725cbbf74396f289883e24ed94cf8c 100755
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -365,7 +365,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
 		if (ntohs(fh->dcallno) & IAX_FLAG_RETRANS)
 			strcpy(retries, "Yes");
 		else
-			strcpy(retries, "No");
+			strcpy(retries, " No");
 	}
 	if (!(ntohs(fh->scallno) & IAX_FLAG_FULL)) {
 		/* Don't mess with mini-frames */