mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
commit
95ad63e5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ func (app *App) handleWS(w http.ResponseWriter, r *http.Request) {
|
|||
log.Print("Failed to execute command")
|
||||
return
|
||||
}
|
||||
log.Printf("Command is running for client %s with PID %d", r.RemoteAddr, cmd.Process.Pid)
|
||||
log.Printf("Command is running for client %s with PID %d (args=%q)", r.RemoteAddr, cmd.Process.Pid, strings.Join(argv, " "))
|
||||
|
||||
context := &clientContext{
|
||||
app: app,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue