chore: improve logging for auto relay active listen

This commit is contained in:
Vasco Santos 2020-10-08 19:54:20 +02:00
parent 87dcd2ec47
commit 20d9d98b3a

View File

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