Skip to content

Commit

Permalink
fixed log message (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Nov 1, 2024
1 parent 3c00c22 commit 0fc1857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary/publicHttpLooper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0fc1857

Please sign in to comment.