summaryrefslogtreecommitdiffstats
path: root/contrib/libxo/encoder/test/enc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxo/encoder/test/enc_test.c')
-rw-r--r--contrib/libxo/encoder/test/enc_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libxo/encoder/test/enc_test.c b/contrib/libxo/encoder/test/enc_test.c
index ec49499..1f1783a 100644
--- a/contrib/libxo/encoder/test/enc_test.c
+++ b/contrib/libxo/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;
}
OpenPOWER on IntegriCloud