mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
Added a message when RM is disabled.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
a54cf2a95a
commit
be9539db03
@ -112,7 +112,7 @@ func ResourceManager(cfg config.SwarmConfig) interface{} {
|
||||
lrm.start(helpers.LifecycleCtx(mctx, lc))
|
||||
manager = lrm
|
||||
} else {
|
||||
log.Debug("libp2p resource manager is disabled")
|
||||
fmt.Println("go-libp2p resource manager protection disabled")
|
||||
manager = network.NullResourceManager
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user