Explorar o código

Merge pull request #3281 from jvanasco/feature-rdb_copypaste

changed banner on rdb sessions to simply copy/paste on telnet access
Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
9e06907e95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.