浏览代码

changed banner on rdb sessions so the line can be copy/pasted easier for telnet access [https://github.com/celery/celery/issues/3243]

jonathan vanasco 8 年之前
父节点
当前提交
7fb651014e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/contrib/rdb.py

+ 1 - 1
celery/contrib/rdb.py

@@ -73,7 +73,7 @@ Please specify one using the CELERY_RDB_PORT environment variable.
 """
 
 BANNER = """\
-{self.ident}: Please telnet into {self.host} {self.port}.
+{self.ident}: Ready to connect: telnet {self.host} {self.port}
 
 Type `exit` in session to continue.