fixed log message (#771)

This commit is contained in:
Michael Quigley 2024-11-01 11:20:03 -04:00
parent 3c00c223ad
commit 0fc1857308
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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)