Skip to content

Commit 7c2ff1a

Browse files
Merge pull request #129 from shosseinimotlagh/fix_logstorefamily
Fix Upgrade in LogstoreFamily
2 parents 523f6ae + 36cb64b commit 7c2ff1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class HomestoreConan(ConanFile):
44
name = "homestore"
5-
version = "3.6.8"
5+
version = "3.6.9"
66

77
homepage = "https://github.corp.ebay.com/SDS/homestore"
88
description = "HomeStore"

src/homelogstore/log_store_family.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SISL_LOGGING_DECL(logstore)
3232

3333
LogStoreFamily::LogStoreFamily(const logstore_family_id_t f_id) :
3434
m_family_id{f_id},
35-
m_metablk_name{std::string("LogStoreFamily") + std::to_string(f_id)},
35+
m_metablk_name{std::string("LogDevFamily") + std::to_string(f_id)},
3636
m_log_dev{f_id, m_metablk_name} {
3737
}
3838

0 commit comments

Comments
 (0)