Skip to content

Commit

Permalink
More concise output
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Nov 23, 2023
1 parent d6df630 commit d6e7f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ func main() {
glog.Warningf("Could not get checkpoint.%d for log %s: %v", *n, l, err)
continue
}
fmt.Printf("Checkpoint.%d for log %s:\n'''\n%s\n'''\n\n", *n, l, cp)
fmt.Printf("Checkpoint.%d for log %s:\n\n%s\n\n", *n, l, cp)
}
}

0 comments on commit d6e7f0f

Please sign in to comment.