Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Avramenko <[email protected]>
  • Loading branch information
Mixaster995 committed Nov 30, 2021
1 parent 727eef4 commit b4865c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/common/setlogoption/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

func withFields(ctx context.Context, options map[string]string) context.Context {
fields := make(map[string]interface{})
fields := log.Fields(ctx)
fields["type"] = "NetworkService"
for k, v := range options {
fields[k] = v
Expand Down

0 comments on commit b4865c8

Please sign in to comment.