Skip to content

Commit

Permalink
Merge pull request #1 from Kladislav/patch-1
Browse files Browse the repository at this point in the history
Remove misspleling
  • Loading branch information
dongxuny authored Mar 4, 2023
2 parents a7ef606 + 7840f86 commit 60f0b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/fiber_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ func (entry *FiberEntry) Bootstrap(ctx context.Context) {
fmt.Sprintf("%s://localhost:%d%s", scheme, entry.Port, entry.CommonServiceEntry.InfoPath),
}

entry.LoggerEntry.Info(fmt.Sprintf("CommonSreviceEntry: %s", strings.Join(handlers, ", ")))
entry.LoggerEntry.Info(fmt.Sprintf("CommonServiceEntry: %s", strings.Join(handlers, ", ")))
}
if entry.IsPProfEnabled() {
entry.LoggerEntry.Info(fmt.Sprintf("PProfEntry: %s://localhost:%d%s", scheme, entry.Port, entry.PProfEntry.Path))
Expand Down

0 comments on commit 60f0b14

Please sign in to comment.