Skip to content

Commit

Permalink
ua-restore: print "object" count instead of file count.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Aug 10, 2023
1 parent 8905abc commit 08d5d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/dird/ua_restore.cc
Expand Up @@ -1201,7 +1201,7 @@ static bool BuildDirectoryTree(UaContext* ua, RestoreContext* rx)
edit_uint64_with_commas(tree.FileCount, ec1));
} else {
ua->InfoMsg(_("\n%s files inserted into the tree.\n"),
edit_uint64_with_commas(tree.FileCount, ec1));
edit_uint64_with_commas(tree.cnt, ec1));
}

if (FindArg(ua, NT_("done")) < 0) {
Expand Down

0 comments on commit 08d5d1b

Please sign in to comment.