Strip verbose close message
This commit is contained in:
parent
9eb0a44d94
commit
6304000b09
@ -150,7 +150,6 @@ func newClient() (*client, error) {
|
|||||||
|
|
||||||
// Close is used to cleanup the client
|
// Close is used to cleanup the client
|
||||||
func (c *client) Close() error {
|
func (c *client) Close() error {
|
||||||
log.Printf("[INFO] mdns: Closing client %v", *c)
|
|
||||||
c.closeLock.Lock()
|
c.closeLock.Lock()
|
||||||
defer c.closeLock.Unlock()
|
defer c.closeLock.Unlock()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user