open-horizon / edge-sync-service

Cloud - Edge synchronization service (MMS)
Apache License 2.0
24 stars 26 forks source link

Status message misspelling in base.go #133

Closed johnwalicki closed 2 years ago

johnwalicki commented 2 years ago

The anax logs report status messages with a misspelling of initialzed

133 authenticate.go:24] ESS: Authenticator Starting
133 base.go:162] ESS: INFO: ObjectQueue initialzed with buffer size 2
133 base.go:167] ESS: INFO: ObjectVerifyQueue initialzed with buffer size 500
133 base.go:172] ESS: INFO: DestinationRequestQueue initialzed with buffer size 2

Fix the spelling in edge-sync-service/core/base/base.go