This commit is contained in:
zandercymatics 2023-10-18 11:56:28 -06:00
parent 1502e7a693
commit 1ca7c51fbb
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 34 additions and 16 deletions

View file

@ -34,7 +34,7 @@ class EPPConnectionPool(ConnectionPool):
connection = socket.connect()
return connection
except Exception as err:
message = f"Failed to execute due to a registry login error: {err}"
message = f"Failed to execute due to a registry error: {err}"
logger.error(message, exc_info=True)
# We want to raise a pool error rather than a LoginError here
# because if this occurs internally, we should handle this