This commit is contained in:
Dave Horton
2022-03-29 09:48:18 -04:00
parent 23eae34888
commit 6e4ae69cb7

View File

@@ -79,7 +79,7 @@ function installSrfLocals(srf, logger) {
const ms = await mrf.connect(val.opts);
initMS(logger, val, ms);
} catch (err) {
logger.info(`failed connecting to freeswitch at ${val.opts.address}, will retry shortly`);
logger.info({err}, `failed connecting to freeswitch at ${val.opts.address}, will retry shortly`);
}
}
}