mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-29 12:32:15 +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) {
|
} catch (err) {
|
||||||
if (err.code !== 'NO_ROUTERS_AVAILABLE') {
|
log.error(err)
|
||||||
throw err
|
|
||||||
} else {
|
|
||||||
log('there are no routers configured to find hop relay services')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user