chore: improve logging for auto relay active listen

This commit is contained in:
Vasco Santos 2020-10-08 19:54:20 +02:00 committed by Vasco Santos
parent e977039c8a
commit e36b67a212

View File

@ -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')
}
} }
} }
} }