From 8504c6b31a423c79ba3efe540a3c3a73cb40af56 Mon Sep 17 00:00:00 2001 From: Harun Zengin Date: Fri, 19 Apr 2024 16:25:13 +0200 Subject: [PATCH] Update lib/xandra/connection_error.ex Co-authored-by: Andrea Leopardi --- lib/xandra/connection_error.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xandra/connection_error.ex b/lib/xandra/connection_error.ex index 76d2b0be..89ea959d 100644 --- a/lib/xandra/connection_error.ex +++ b/lib/xandra/connection_error.ex @@ -94,7 +94,7 @@ defmodule Xandra.ConnectionError do defp format_reason({:cluster, :pool_closed}) do """ - the Xandra pool is closed, probably because the Cassandra connection dropped right after + the Xandra pool is closed, probably because the network connection dropped right after Xandra.Cluster.Pool.checkout/0 """ end