summaryrefslogtreecommitdiff
path: root/lib/backupstore
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore')
-rw-r--r--lib/backupstore/BackupStoreAccounts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreAccounts.cpp b/lib/backupstore/BackupStoreAccounts.cpp
index 5aed4a6d..3fa9d242 100644
--- a/lib/backupstore/BackupStoreAccounts.cpp
+++ b/lib/backupstore/BackupStoreAccounts.cpp
@@ -408,7 +408,7 @@ int BackupStoreAccountsControl::PrintAccountInfo(int32_t ID)
BlockSizeToString(info->GetBlocksHardLimit(),
info->GetBlocksHardLimit(), discSetNum) << std::endl;
std::cout << FormatUsageLineStart("Client store marker", mMachineReadableOutput) <<
- info->GetLastObjectIDUsed() << std::endl;
+ info->GetClientStoreMarker() << std::endl;
std::cout << FormatUsageLineStart("Current Files", mMachineReadableOutput) <<
info->GetNumCurrentFiles() << std::endl;
std::cout << FormatUsageLineStart("Old Files", mMachineReadableOutput) <<