From 4aad37d8186fab025ba29050620a929c167ca497 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Sun, 12 Apr 2015 18:21:14 -0400
Subject: [PATCH] Fix misleading message about pylockfile.

---
 pulsar/locks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar/locks.py b/pulsar/locks.py
index c2b4f7f7..25f87e50 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():
-- 
GitLab