summaryrefslogtreecommitdiff
path: root/lib/pleroma/gun/connection_pool/worker.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/gun/connection_pool/worker.ex')
-rw-r--r--lib/pleroma/gun/connection_pool/worker.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/gun/connection_pool/worker.ex b/lib/pleroma/gun/connection_pool/worker.ex
index 16a508ad9..f33447cb6 100644
--- a/lib/pleroma/gun/connection_pool/worker.ex
+++ b/lib/pleroma/gun/connection_pool/worker.ex
@@ -31,7 +31,7 @@ defmodule Pleroma.Gun.ConnectionPool.Worker do
:hibernate}
else
err ->
- {:stop, err, nil}
+ {:stop, {:shutdown, err}, nil}
end
end