Skip to content

Commit

Permalink
fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Sep 4, 2024
1 parent e2fec45 commit 54f80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/service/src/cluster_limit_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl ClusterLimitServiceImpl {
FREE_TIER_ACTOR_CNT_HARD_LIMIT,
),
Err(err) => {
tracing::warn!(error=%err.as_report(), "Failed to get license tier: {}");
tracing::warn!(error=%err.as_report(), "Failed to get license tier.");
// Default to use free tier limit if there is any license error
(
FREE_TIER_ACTOR_CNT_SOFT_LIMIT,
Expand Down

0 comments on commit 54f80c6

Please sign in to comment.