mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
Silence spurious debug (fixes #2369)
This commit is contained in:
parent
c1c41242bb
commit
ec8bc02d33
@ -5,7 +5,6 @@ package client
|
||||
import (
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
"log"
|
||||
"net"
|
||||
"net/url"
|
||||
"time"
|
||||
@ -101,7 +100,7 @@ func (c *ProtocolClient) Serve() {
|
||||
select {
|
||||
case message := <-messages:
|
||||
timeout.Reset(c.timeout)
|
||||
log.Printf("%s received message %T", c, message)
|
||||
l.Debugf("%s received message %T", c, message)
|
||||
|
||||
switch msg := message.(type) {
|
||||
case protocol.Ping:
|
||||
|
Loading…
x
Reference in New Issue
Block a user