Update client.py

This commit is contained in:
zandercymatics 2024-03-18 14:02:53 -06:00
parent 46e7cd45a6
commit f7591c2119
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -60,7 +60,7 @@ class EPPLibWrapper:
try:
self._initialize_client()
except Exception:
logger.warning("Unable to configure epplib. Registrar cannot contact registry.")
logger.warning("Unable to configure the connection to the registry.")
finally:
self.connection_lock.release()