Skip to content

Commit

Permalink
Update components/nodemanager-service/api/nodes/server/server.go
Browse files Browse the repository at this point in the history
Co-Authored-By: vjeffrey <vjeffrey@chef.io>
  • Loading branch information
stevendanna and vjeffrey committed Apr 15, 2019
1 parent 5169319 commit e9e75f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nodemanager-service/api/nodes/server/server.go
Expand Up @@ -208,7 +208,7 @@ func getSecretsAgg(ctx context.Context, secretIds []string, secretsClient secret
arrMap := make(map[string]string, 0)
s, err := secretsClient.Read(ctx, &secrets.Id{Id: id})
if err != nil {
logrus.Errorf("credential %s not found", id)
logrus.WithError(err).Errorf("could not read credential %q", id)
continue
}

Expand Down

0 comments on commit e9e75f6

Please sign in to comment.