Skip to content

Commit

Permalink
Correct typo in plugin registration log
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Lombarte <[email protected]>
  • Loading branch information
alombarte committed Oct 28, 2024
1 parent f30b0a9 commit 0975ec0
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 0975ec0

Please sign in to comment.