Skip to content

Commit

Permalink
Print error on services reload
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Aug 28, 2023
1 parent a59dde5 commit 92fa827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ func (s *InstanceService) reload() {
s.instanceRepo.Reload(func(uuid uuid.UUID) {
err := s.load(uuid)
if err != nil {
logger.Error(err).Print()
return
}
})
Expand Down

0 comments on commit 92fa827

Please sign in to comment.