This commit is contained in:
Mostafa
2025-02-27 07:26:17 -06:00
parent 00ac44427f
commit e299a2e71a

View File

@@ -1113,7 +1113,10 @@ where
checkout_failure_count += 1;
if let Some(limit) = pool.settings.checkout_failure_limit {
if checkout_failure_count >= limit {
error!("Checkout failure limit reached ({} / {}) - disconnecting client", checkout_failure_count, limit);
error!(
"Checkout failure limit reached ({} / {}) - disconnecting client",
checkout_failure_count, limit
);
error_response_terminal(
&mut self.write,
&format!(