Skip to content

Commit

Permalink
Fixes bonehead bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeus committed Mar 4, 2024
1 parent e7c33d6 commit 0b8606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/controlled.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (a *app) runControlledClients(confCh <-chan *sts.ClientConf) {
goto wait
}

if runClientCount == 0 {
if len(a.conf.Client.Sources) == 0 {
log.Info("No data sources configured")
} else {
log.Info("Starting", len(a.conf.Client.Sources), "data source client(s) ...")
Expand Down

0 comments on commit 0b8606d

Please sign in to comment.