watchtower/wtclient: fix linter issue
This commit is contained in:
parent
c48790ff89
commit
8e3a8f2d01
@ -560,8 +560,8 @@ func (q *sessionQueue) sendStateUpdate(conn wtserver.Peer,
|
|||||||
|
|
||||||
// TODO(conner): handle other error cases properly, ban towers, etc.
|
// TODO(conner): handle other error cases properly, ban towers, etc.
|
||||||
default:
|
default:
|
||||||
err := fmt.Errorf("received error code %s in "+
|
err := fmt.Errorf("received error code %v in "+
|
||||||
"StateUpdateReply from tower=%x session=%s",
|
"StateUpdateReply from tower=%x session=%v",
|
||||||
stateUpdateReply.Code,
|
stateUpdateReply.Code,
|
||||||
conn.RemotePub().SerializeCompressed(), q.ID())
|
conn.RemotePub().SerializeCompressed(), q.ID())
|
||||||
log.Warnf("Unable to upload state update: %v", err)
|
log.Warnf("Unable to upload state update: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user