Browse Source

Merge pull request #3281 from jvanasco/feature-rdb_copypaste

changed banner on rdb sessions to simply copy/paste on telnet access
Ask Solem 8 years ago
parent
commit
9e06907e95
1 changed files with 1 additions and 1 deletions
  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.