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:
parent
32aeed6c18
commit
01444c6af4
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
}()
|
||||
|
|
Loading…
Add table
Reference in a new issue