mirror of
https://github.com/openziti/zrok.git
synced 2024-11-24 17:13:51 +01:00
fixed log message (#771)
This commit is contained in:
parent
3c00c223ad
commit
0fc1857308
@ -166,7 +166,7 @@ func (l *PublicHttpLooper) iterate() {
|
||||
l.results.Mismatches++
|
||||
} else {
|
||||
l.results.Bytes += uint64(len(outBase64))
|
||||
logrus.Debugf("#%d: payload match")
|
||||
logrus.Debugf("#%d: payload match", l.id)
|
||||
}
|
||||
} else {
|
||||
logrus.Errorf("#%d: error: %v", l.id, err)
|
||||
|
Loading…
Reference in New Issue
Block a user