summaryrefslogtreecommitdiff
path: root/tests/kms_content_protection.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_content_protection.c')
-rw-r--r--tests/kms_content_protection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index 801eff66..ef90ed4c 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -89,7 +89,8 @@ wait_for_prop_value(igt_output_t *output, uint64_t expected,
return true;
usleep(1000);
}
- igt_info("prop_value mismatch %ld != %ld\n", val, expected);
+ igt_info("prop_value mismatch %" PRId64 " != %" PRId64 "\n",
+ val, expected);
return false;
}