Skip to content

Commit

Permalink
[FAB-8945] Reduce lazyref debug line
Browse files Browse the repository at this point in the history
Change-Id: I58633e418ad717268506e754d390907a3dad7bdd
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Mar 19, 2018
1 parent 406f79d commit 20358d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/concurrent/lazyref/lazyref.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (r *Reference) Close() {
return
}

logger.Info("Closing reference")
logger.Debug("Closing reference")

r.notifyClosing()
r.wg.Wait()
Expand Down

0 comments on commit 20358d5

Please sign in to comment.