summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/schema_abort/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/schema_abort/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/schema_abort/main.c b/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
index 298c52469dd..e7f22571cc6 100644
--- a/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
+++ b/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
@@ -755,13 +755,13 @@ thread_run(void *arg)
* can be viewed well in a binary dump.
*/
testutil_check(__wt_snprintf(cbuf, sizeof(cbuf),
- "COLL: thread:%" PRIu64 " ts:%" PRIu64 " key: %" PRIu64,
+ "COLL: thread:%" PRIu32 " ts:%" PRIu64 " key: %" PRIu64,
td->info, stable_ts, i));
testutil_check(__wt_snprintf(lbuf, sizeof(lbuf),
- "LOCAL: thread:%" PRIu64 " ts:%" PRIu64 " key: %" PRIu64,
+ "LOCAL: thread:%" PRIu32 " ts:%" PRIu64 " key: %" PRIu64,
td->info, stable_ts, i));
testutil_check(__wt_snprintf(obuf, sizeof(obuf),
- "OPLOG: thread:%" PRIu64 " ts:%" PRIu64 " key: %" PRIu64,
+ "OPLOG: thread:%" PRIu32 " ts:%" PRIu64 " key: %" PRIu64,
td->info, stable_ts, i));
data.size = __wt_random(&rnd) % MAX_VAL;
data.data = cbuf;