Remove log msg

This commit is contained in:
Russ Magee 2023-11-17 13:48:33 -08:00
parent f6a285ef5e
commit aac48496f0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {