2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 21:23:18 +00:00

Update language of empty buffer warning

It was confusing and failing to point out
possibilities that were frequently occuring.
This commit is contained in:
Jarrod Johnson 2019-02-22 09:36:25 -05:00
parent ca9e7d1d93
commit c478cb5d6e

View File

@ -309,8 +309,11 @@ class ConsoleHandler(object):
def clearbuffer(self):
self.feedbuffer(
'\x1bc[no replay buffer due to console.logging attribute set to '
'none or interactive,\r\nconnection loss, or service restart]')
'\x1bc[No data has been received from the remote console since ' \
'connecting. This could be due to having the console.logging ' \
'attribute set to none or interactive, serial console not ' \
'being enabled or incorrectly configured in the OS or firmware, ' \
'or the console simply not having any output since last connection]')
self.clearpending = True
def _detach(self):