summaryrefslogtreecommitdiff
path: root/cmd_debug.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-02-22 04:55:39 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2022-02-22 04:56:09 -0500
commit5528e3ae62ead1cfd5be36c1712d1a2dd5ccb3af (patch)
tree1f83918fd37fd1b3387ad194bde6748652d6e35f /cmd_debug.c
parentc06026ac542911329a99a3f02a4f5732d6c8e51c (diff)
Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index 63402554..029890a1 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -620,7 +620,7 @@ int cmd_list_journal(int argc, char *argv[])
* log entries denote the start of a new transaction
* commit:
*/
- printbuf_indent_push(&buf,
+ pr_indent_push(&buf,
entry->type == BCH_JSET_ENTRY_log ? 2 : 4);
bch2_journal_entry_to_text(&buf, c, entry);
printf("%s\n", _buf);