Skip to content

Commit

Permalink
Fix Upgrade in LogstoreFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
shosseinimotlagh committed Jul 17, 2023
1 parent 523f6ae commit 36cb64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "3.6.8"
version = "3.6.9"

homepage = "https://github.corp.ebay.com/SDS/homestore"
description = "HomeStore"
Expand Down
2 changes: 1 addition & 1 deletion src/homelogstore/log_store_family.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SISL_LOGGING_DECL(logstore)

LogStoreFamily::LogStoreFamily(const logstore_family_id_t f_id) :
m_family_id{f_id},
m_metablk_name{std::string("LogStoreFamily") + std::to_string(f_id)},
m_metablk_name{std::string("LogDevFamily") + std::to_string(f_id)},
m_log_dev{f_id, m_metablk_name} {
}

Expand Down

0 comments on commit 36cb64b

Please sign in to comment.