summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/tpmtest_timing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm_lite/tpmtest_timing.c')
-rw-r--r--tests/tpm_lite/tpmtest_timing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpm_lite/tpmtest_timing.c b/tests/tpm_lite/tpmtest_timing.c
index d86b4eee..1ec14a2e 100644
--- a/tests/tpm_lite/tpmtest_timing.c
+++ b/tests/tpm_lite/tpmtest_timing.c
@@ -28,7 +28,7 @@
gettimeofday(&before, NULL); \
__result = op; \
if (__result != TPM_SUCCESS) { \
- printf(#op ": error 0x%x\n", __result); \
+ printf(#op ": error %#x\n", __result); \
errors++; \
} \
gettimeofday(&after, NULL); \