fix logger naming collision with other libs
This commit is contained in:
@@ -83,7 +83,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var log = logger.GetLogger()
|
||||
var log = logger.GetGoI2PLogger()
|
||||
|
||||
type SignatureType string
|
||||
|
||||
|
Reference in New Issue
Block a user