summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_debug.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_debug.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_debug.c b/src/third_party/wiredtiger/src/btree/bt_debug.c
index 7ed85112b42..f971de0e4f0 100644
--- a/src/third_party/wiredtiger/src/btree/bt_debug.c
+++ b/src/third_party/wiredtiger/src/btree/bt_debug.c
@@ -382,11 +382,9 @@ __wt_debug_offset(
WT_ASSERT(session, S2BT_SAFE(session) != NULL);
/*
- * This routine depends on the default block manager's view of files,
- * where an address consists of a file offset, length, and checksum.
- * This is for debugging only: other block managers might not see a
- * file or address the same way, that's why there's no block manager
- * method.
+ * This routine depends on the default block manager's view of files, where an address consists
+ * of a file offset, length, and checksum. This is for debugging only: other block managers
+ * might not see a file or address the same way, that's why there's no block manager method.
*
* Convert the triplet into an address structure.
*/
@@ -1181,7 +1179,7 @@ __debug_update(WT_DBG *ds, WT_UPDATE *upd, bool hexbyte)
WT_RET(ds->f(ds, ", start_ts %s", __wt_timestamp_to_string(upd->start_ts, ts_string)));
if (upd->durable_ts != WT_TS_NONE)
WT_RET(
- ds->f(ds, ", durable-ts %s", __wt_timestamp_to_string(upd->durable_ts, ts_string)));
+ ds->f(ds, ", durable_ts %s", __wt_timestamp_to_string(upd->durable_ts, ts_string)));
prepare_state = NULL;
switch (upd->prepare_state) {