summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider-connection.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-connection.el b/cider-connection.el
index da2c2d15..08b102f3 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -206,8 +206,7 @@ message in the REPL area."
(cond
((null middleware-version)
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
- "CIDER %s requires cider-nrepl to work normally. Please, install it!"
- cider-version cider-required-middleware-version middleware-version))
+ "CIDER requires cider-nrepl to be fully functional. Many things will not work without it!"))
((version<= middleware-version cider-required-middleware-version)
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
"CIDER %s requires cider-nrepl %s+, but you're currently using cider-nrepl %s. Things will break!"