Signed-off-by: Phil Sutter <phil@xxxxxx> --- src/ct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ct.c b/src/ct.c index edfe5586ebe65..daa5359631147 100644 --- a/src/ct.c +++ b/src/ct.c @@ -293,7 +293,7 @@ static void ct_print(enum nft_ct_keys key, int8_t dir, uint8_t nfproto, case NFT_CT_DST: desc = proto_find_upper(&proto_inet, nfproto); if (desc) - printf("%s ", desc->name); + nft_print(octx, "%s ", desc->name); break; default: break; -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html