Skip to content

Commit

Permalink
Remove unneeded log category
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Apr 10, 2024
1 parent 0ce8694 commit 8d8c8c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqbstat/mqbstat_queuestats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ void QueueStatsDomain::initialize(const bmqt::Uri& uri,

datum->adopt(builder.commit());

// Create subcontexts if queue mode is `fanout `and domain name is in
// Create subcontexts if queue mode is `fanout` and domain name is in
// `appIdPostingDomains` list.
if (domain->config().mode().isFanoutValue()) {
const bsl::vector<bsl::string>& appIdPostingDomains =
Expand Down
2 changes: 0 additions & 2 deletions src/groups/mqb/mqbstat/mqbstat_queuestats.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ namespace mqbstat {
/// Mechanism to keep track of individual overall statistics of a queue in a
/// domain.
class QueueStatsDomain {
BALL_LOG_SET_CLASS_CATEGORY("MQBSTAT.QUEUESTATS");

public:
// TYPES

Expand Down

0 comments on commit 8d8c8c3

Please sign in to comment.