branch: externals/ampc
commit 6ea9805c1451eff61513f950753f78c1ba96e77f
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    Clarify version error message.
---
 ampc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ampc.el b/ampc.el
index 5e9a5b8523..106b033551 100644
--- a/ampc.el
+++ b/ampc.el
@@ -1154,7 +1154,8 @@ all the time!"
                  (or (> version-a 0)
                      (>= version-b 15))))
     (error (concat "Your version of MPD is not supported.  "
-                   "ampc supports MPD 0.15.0 and later"))))
+                   "ampc supports MPD (protocol version) 0.15.0 "
+                   "and later"))))
 
 (defun ampc-fill-internal-db ()
   (push `(,(ampc-tags) . ,(ampc-create-tree)) ampc-internal-db)

Reply via email to