Skip to content

Commit

Permalink
Print create root completions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 19, 2023
1 parent 3e891db commit e15daec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hermes/config_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class ConfigurationManager {
bkt_mdm_.id_, blob_mdm_.id_);
stager_mdm_.CreateRoot(DomainId::GetGlobal(),
"hermes_stager_mdm", blob_mdm_.id_);
HILOG(kInfo, "(node {}) FINISHED CREATING STAGER AND OP_MDM", HRUN_CLIENT->node_id_)
blob_mdm_.SetBucketMdmRoot(DomainId::GetGlobal(),
bkt_mdm_.id_,
stager_mdm_.id_, op_mdm_.id_);
Expand Down

0 comments on commit e15daec

Please sign in to comment.