Skip to content

Commit

Permalink
Cleen
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
  • Loading branch information
bleggett committed Apr 18, 2024
1 parent cc4c51e commit f30bd94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/proxy/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ impl PoolState {
workload_key, pool_key.key
);
self.connected_pool.get(&pool_key.key).and_then(|e_conn| {
trace!("first checkout - inner pool - got existing conn for key {:#?}", workload_key);
trace!(
"first checkout - inner pool - got existing conn for key {:#?}",
workload_key
);
if e_conn.at_max_streamcount() {
debug!(
"got conn for key {:#?}, but streamcount is maxed",
Expand Down

0 comments on commit f30bd94

Please sign in to comment.