summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libtrace/tracelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libtrace/tracelib.c b/runtime/libtrace/tracelib.c
index dce05aa2f4..537917e4ac 100644
--- a/runtime/libtrace/tracelib.c
+++ b/runtime/libtrace/tracelib.c
@@ -105,7 +105,7 @@ ReallocTable(PtrValueHashTable* ptrTable, Index newSize)
#ifndef NDEBUG
printf("\n***\n*** WARNING: REALLOCATING SPACE FOR POINTER HASH TABLE.\n");
- printf("*** oldSize = %ld, oldCapacity = %ld\n***\n\n",
+ printf("*** oldSize = %d, oldCapacity = %d\n***\n\n",
ptrTable->size, ptrTable->capacity);
printf("*** NEW SEQUENCE NUMBER FOR A POINTER WILL PROBABLY NOT MATCH ");
printf(" THE OLD ONE!\n***\n\n");