X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/0a8315d2d0460a77b8e9c0ff3b4ce138e4f4a593..3313462175e847d3c0c5075e1ecc589f1d264ca7:/tyshell diff --git a/tyshell b/tyshell index 9f32725..f8627d2 100755 --- a/tyshell +++ b/tyshell @@ -32,7 +32,7 @@ def extcmd(cmd): def sendcmd(addr, cmd): def run(c): - print("Running %s..." % (cmd)) + print("206 Sending command %s..." % (cmd)) s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) s.connect(addr) s.settimeout(60.0)