fix logger naming collision with other libs

This commit is contained in:
Haris Khan
2024-10-23 00:06:06 -04:00
parent 4e06d3d5ed
commit 677aac500e
22 changed files with 26 additions and 26 deletions

View File

@ -15,7 +15,7 @@ import (
. "github.com/go-i2p/go-i2p/lib/common/signature"
)
var log = logger.GetLogger()
var log = logger.GetGoI2PLogger()
const ROUTER_INFO_MIN_SIZE = 439