@cryptotaxi247 / kubo / commits / 9662c8e3f

Fix sharness test

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

Antonio Navarro Perez committed Dec 7, 2022 at 17:39 UTC 9662c8e3f9bd888e8fdb74a0d7b4237f46353bfe
1 file changed +1 -1
core/node/libp2p/rcmgr_defaults.go
+1 -1
@@ -58,7 +58,7 @@ func createDefaultLimitConfig(cfg config.SwarmConfig) (rcmgr.LimitConfig, error)
58
59 // We want to see this message on startup, that's why we are using fmt instead of log.
60 fmt.Printf(`
61 -Computing default go-libp2p Resource Manager limits based on:
61 +Computing default go-libp2p Resource Manager limits based on:
62 - 'Swarm.ResourceMgr.MaxMemory': %q
63 - 'Swarm.ResourceMgr.MaxFileDescriptors': %d
64