mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Remove log msg
This commit is contained in:
parent
f6a285ef5e
commit
aac48496f0
1 changed files with 1 additions and 1 deletions
|
@ -1618,7 +1618,7 @@ func (hc *Conn) RekeyHelper(intervalSecs uint) {
|
|||
_, err := crand.Read(rekeyData)
|
||||
//logger.LogDebug(fmt.Sprintf("[rekey [%02x %02x %02x ...]\n",
|
||||
// rekeyData[0], rekeyData[1], rekeyData[2]))
|
||||
logger.LogDebug("[+rekeyHelper]")
|
||||
//logger.LogDebug("[+rekeyHelper]")
|
||||
_, err = hc.WritePacket(rekeyData, CSORekey)
|
||||
hc.Lock()
|
||||
if (hc.opts & CORemodulateShields) != 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue