Skip to content

Commit

Permalink
MB-51006:Fixes needed for indexing internal version monitor
Browse files Browse the repository at this point in the history
Change-Id: If818822d15792d7c65b417ea841d01888bc96a1a
  • Loading branch information
singlaabhinandan committed May 31, 2022
1 parent d31b3dc commit c9e1ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secondary/common/internal_version.go
Expand Up @@ -701,7 +701,7 @@ func (mon *internalVersionMonitor) notifier() {
for {
select {

case <-mon.tickerStopCh:
case <-mon.notifStopCh:
logging.Infof("internalVersionMonitor:notifier stopping ...")
return

Expand Down

0 comments on commit c9e1ac3

Please sign in to comment.