Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed log messages in infra manager packages #66

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

vishala-r
Copy link
Contributor

Signed-off-by: Vishalakshi [email protected]

nupurjai
nupurjai previously approved these changes Jan 12, 2023
@nupurjai nupurjai dismissed their stale review January 12, 2023 07:01

There are test errors. Looks like one error printing is missing args

@@ -533,24 +527,24 @@ func (s *ApiServer) NatTranslationAdd(ctx context.Context, in *proto.NatTranslat
}

if newEps == 0 {
logger.Info("No new endpoints in the service. No rules inserted")
logger.Infof("No new endpoints in the service. No rules inserted")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix this. This is causing the build failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants