mirror of
https://github.com/schollz/croc.git
synced 2024-12-01 08:33:08 +03:00
more debug
This commit is contained in:
parent
63f4553e4b
commit
da09151db2
@ -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…
Reference in New Issue
Block a user