summaryrefslogtreecommitdiff
path: root/encoder/test/enc_test.c
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-06-08 12:58:33 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-06-08 12:58:33 +0000
commitb51d07578967b942e94d6a59fdcabd8e6313713f (patch)
treec344cb4650e17d66873d883c0b77d22cd51011c2 /encoder/test/enc_test.c
parentf720a75aba553acfa285f6788564d4a6d7b43d34 (diff)
Diffstat (limited to 'encoder/test/enc_test.c')
-rw-r--r--encoder/test/enc_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder/test/enc_test.c b/encoder/test/enc_test.c
index ec49499c00c03..1f1783ae6a8d1 100644
--- a/encoder/test/enc_test.c
+++ b/encoder/test/enc_test.c
@@ -14,8 +14,8 @@
static int
test_handler (XO_ENCODER_HANDLER_ARGS)
{
- printf("op %s: [%s] [%s]\n", xo_encoder_op_name(op),
- name ?: "", value ?: "");
+ printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op),
+ name ?: "", value ?: "", flags);
return 0;
}