Skip to content

Commit

Permalink
ci: trigger server release
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Feb 14, 2024
1 parent 226a673 commit da8aaf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diode-server/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ func (s *Server) RegisterComponent(c Component) error {
s.mu.Lock()
defer s.mu.Unlock()

s.Logger().Debug("registering component", "componentName", c.Name())

if _, ok := s.components[c.Name()]; ok {
return fmt.Errorf("Server.RegisterComponent found duplicate component registration for %s", c.Name())
}
Expand Down

0 comments on commit da8aaf1

Please sign in to comment.