@@ -340,7 +340,7 @@ func (app *App) handleWS(w http.ResponseWriter, r *http.Request) {
|
|||||||
log.Print("Failed to execute command")
|
log.Print("Failed to execute command")
|
||||||
return
|
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{
|
context := &clientContext{
|
||||||
app: app,
|
app: app,
|
||||||
|
|||||||
Reference in New Issue
Block a user