Skip to content

Commit c47d84e

Browse files
committed
atg. quiet down
1 parent 7791fc9 commit c47d84e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

peer/gserv/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func (cfg *ServerConfig) StartGrpcServer(
295295
var opts []grpc.ServerOption
296296

297297
if cfg.SkipEncryption {
298-
p("cfg.SkipEncryption is true")
298+
//p("cfg.SkipEncryption is true")
299299
close(sshdReady)
300300
} else {
301301
if cfg.UseTLS {

peer/peer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ func (peer *Peer) StartBackgroundSshdRecv(myID, myFollowSubj string) {
630630
TestAllowOneshotConnect: peer.TestAllowOneshotConnect,
631631
}
632632

633-
p("%s StartBackgroundSshdRecv: peer.GservCfg.SkipEncryption = %v", peer.loc.ID, peer.GservCfg.SkipEncryption)
633+
//p("%s StartBackgroundSshdRecv: peer.GservCfg.SkipEncryption = %v", peer.loc.ID, peer.GservCfg.SkipEncryption)
634634

635635
// fill default SshegoCfg
636636
cfg := peer.GservCfg.SshegoCfg

0 commit comments

Comments
 (0)