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