Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
im-kulikov committed Aug 28, 2021
1 parent 0d0d965 commit 1066413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func NewHTTPServer(p HTTPParams) (ServerResult, error) {
return ServerResult{}, err
}

p.Logger.Info("creates http server", zap.String("name", p.Name), zap.String("address", address))
p.Logger.Info("creating http server", zap.String("name", p.Name), zap.String("address", address))

return ServerResult{Server: serve}, nil
}

0 comments on commit 1066413

Please sign in to comment.