Improve warning
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
6b42a78c3f
commit
2256e62648
@ -52,7 +52,7 @@ func (crt *incrt) Read(buf []byte) (int, error) {
|
||||
|
||||
err := crt.rd.SetReadDeadline(start.Add(crt.wait))
|
||||
if err != nil {
|
||||
log.Warn("unable to set daedline")
|
||||
log.Warnf("unable to set daedline: %+v", err)
|
||||
}
|
||||
|
||||
n, err := crt.rd.Read(buf)
|
||||
|
Loading…
Reference in New Issue
Block a user