mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
more debug
This commit is contained in:
parent
63f4553e4b
commit
da09151db2
1 changed files with 2 additions and 0 deletions
|
@ -567,11 +567,13 @@ func (c *Client) processMessage(payload []byte) (done bool, err error) {
|
|||
c.Step3RecipientRequestFile = false
|
||||
}
|
||||
if err != nil {
|
||||
log.Debugf("got error from processing message: %s",err.Error())
|
||||
return
|
||||
}
|
||||
err = c.updateState()
|
||||
if err != nil {
|
||||
log.Debugf("got error from updating state: %s",err.Error())
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue