summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-10 13:51:52 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-10 13:51:52 +0000
commite60a40bd6e5b1f95541115afb8ea976f79662158 (patch)
tree4d6c488f02df52a65ae5e78c74b1343dcf359ac8 /lib
parent13e4cc7290b01507ec00f725f5f888972822fd02 (diff)
Fix wrong output of client store marker in bbstoraccounts info.
Diffstat (limited to 'lib')
-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) <<