mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Print output when message received
This commit is contained in:
parent
1202852c4b
commit
e67e43ebe2
1 changed files with 1 additions and 0 deletions
1
.github/actions/ssh-tunnel/rtcforward.py
vendored
1
.github/actions/ssh-tunnel/rtcforward.py
vendored
|
@ -237,6 +237,7 @@ async def read_from_stdin():
|
|||
except EOFError:
|
||||
break
|
||||
data += line
|
||||
print("-- Message received --")
|
||||
return data
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue