1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00

reqclicommandcont changed error output

This commit is contained in:
postmannen 2022-01-27 00:06:30 +01:00
parent 32aeed6c18
commit 01444c6af4

View file

@ -1640,7 +1640,8 @@ func (m methodREQCliCommandCont) handler(proc process, message Message, node str
cancel()
if err := cmd.Wait(); err != nil {
log.Printf(" --------------- * error: REQCliCommandCont: cmd.Wait: %v\n", err)
er := fmt.Errorf("info: methodREQCliCommandCont: method timeout reached, canceled: methodArgs: %v, %v", message.MethodArgs, err)
proc.processes.errorKernel.errSend(proc, message, er)
}
}()