diff --git a/pulsar/locks.py b/pulsar/locks.py index c2b4f7f70c870d1ce82182e041d3ed3f99f76d8c..25f87e50b33c84d4b7eda7dc6ab3c9aa85f6f4d9 100644 --- a/pulsar/locks.py +++ b/pulsar/locks.py @@ -8,7 +8,7 @@ import threading import logging log = logging.getLogger(__name__) -NO_PYLOCKFILE_MESSAGE = "pylockfile module not found, expect suboptimal Pulsar lock handling." +NO_PYLOCKFILE_MESSAGE = "pylockfile module not found, skipping experimental lockfile handling." class LockManager():