mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
chore: improve logging for auto relay active listen
This commit is contained in:
parent
e977039c8a
commit
e36b67a212
@ -264,11 +264,7 @@ class AutoRelay {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
if (err.code !== 'NO_ROUTERS_AVAILABLE') {
|
||||
throw err
|
||||
} else {
|
||||
log('there are no routers configured to find hop relay services')
|
||||
}
|
||||
log.error(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user