Skip to content

Commit

Permalink
Merge pull request #734 from luraproject/typo
Browse files Browse the repository at this point in the history
Correct typo in plugin registration log
  • Loading branch information
kpacha authored Oct 28, 2024
2 parents f30b0a9 + 0975ec0 commit c237be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/http/server/plugin/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func New(logger logging.Logger, next RunServer) RunServer {
for _, name := range fifo {
rawHf, ok := r.Get(name)
if !ok {
logger.Error(logPrefix, "No plugin resgistered as", name)
logger.Error(logPrefix, "No plugin registered as", name)
continue
}

Expand Down

0 comments on commit c237be1

Please sign in to comment.