Skip to content

Commit

Permalink
cloud_storage_clients/client_pool: error->warn
Browse files Browse the repository at this point in the history
this message does not need to be at error level. in case this function
fails to produce a result, the caller will print an ERROR message anyway

(cherry picked from commit 2209621)
  • Loading branch information
andijcr authored and vbotbuildovich committed Apr 23, 2024
1 parent 90de52f commit 353c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cloud_storage_clients/client_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ client_pool::do_client_self_configure(http_client_ptr client) {

if (result.error() == cloud_storage_clients::error_outcome::retry) {
vlog(
pool_log.error,
pool_log.warn,
"Self configuration attempt {}/{} failed with retryable "
"error. "
"Will retry in {}s.",
Expand Down

0 comments on commit 353c3e2

Please sign in to comment.