This commit is contained in:
Dave Horton
2022-03-29 08:57:32 -04:00
parent 6abfdafe05
commit 86b030db93

View File

@@ -63,7 +63,7 @@ function installSrfLocals(srf, logger) {
initMS(logger, val, ms); initMS(logger, val, ms);
} }
catch (err) { catch (err) {
logger.info(`failed connecting to freeswitch at ${fs.address}, will retry shortly`); logger.info({err}, `failed connecting to freeswitch at ${fs.address}, will retry shortly`);
} }
} }
// retry to connect to any that were initially offline // retry to connect to any that were initially offline