Skip to content

Commit

Permalink
print validate in validate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jul 7, 2023
1 parent cf0a399 commit 0159d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ restore_thread_func(void *cont)
else {
inf(
"%s %s",
ptc.conf->validate ? "validating" : "restoring"
ptc.path,
ptc.conf->validate ? "validating" : "restoring",
ptc.path
);

ptc.byte_count_file = 0;
Expand Down

0 comments on commit 0159d4e

Please sign in to comment.