Skip to content

Commit

Permalink
skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Sep 26, 2024
1 parent 7aef585 commit dca7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (rl *ReceptorLogger) DebugPayload(payloadDebug int, payload string, workUni
}
default:
}
rl.Debug(fmt.Sprintf("PACKET TRACING ENABLED: %s%s%s", connectionTypeMessage, workunitIDMessage, payloadMessage)) // no-lint: vet
rl.Debug(fmt.Sprintf("PACKET TRACING ENABLED: %s%s%s", connectionTypeMessage, workunitIDMessage, payloadMessage))// no-lint:govet
}

// SanitizedDebug contains extra information helpful to developers.
Expand Down

0 comments on commit dca7982

Please sign in to comment.