fix: error message for DefaultServiceLimits change
Jorropo committed
Sep 21, 2022 at 22:28 UTC
fb22320c9a7b156a58d70eb4d8b852bde846f08d
1 file changed
+1
-1
core/node/libp2p/rcmgr_defaults.go
+1
-1
@@ -155,7 +155,7 @@ func checkImplicitDefaults() {
155
}
156
157
if !ok {
158
- log.Errorf("===> OOF! go-libp2p reduced DefaultServiceLimits\n" +
158
+ log.Errorf("===> OOF! go-libp2p changed DefaultServiceLimits\n" +
159
"=> See the aboce reduced values for info.\n" +
160
"=> go-libp2p SetDefaultServiceLimits update needs a review:\n" +
161
"Please inspect if changes impact go-ipfs users, and update expectedDefaultServiceLimits in rcmgr_defaults.go to remove this message",