Skip to content

Commit

Permalink
logging lint (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Sep 25, 2024
1 parent 3fbcaa5 commit f1200ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import (

func (i *agentGrpcImpl) Version(_ context.Context, _ *agentGrpc.VersionRequest) (*agentGrpc.VersionResponse, error) {
v := build.String()
logrus.Infof("responding to version inquiry with '%v'", v)
logrus.Debugf("responding to version inquiry with '%v'", v)
return &agentGrpc.VersionResponse{V: v}, nil
}

0 comments on commit f1200ee

Please sign in to comment.