mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 01:27:55 +00:00
minor logging
This commit is contained in:
@@ -27,7 +27,7 @@ function camelize(str) {
|
|||||||
|
|
||||||
function unhandled(logger, cs, evt) {
|
function unhandled(logger, cs, evt) {
|
||||||
this.participantCount = parseInt(evt.getHeader('Conference-Size'));
|
this.participantCount = parseInt(evt.getHeader('Conference-Size'));
|
||||||
logger.debug({evt}, `unhandled conference event: ${evt.getHeader('Action')}`) ;
|
logger.debug(`unhandled conference event: ${evt.getHeader('Action')}`) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
function capitalize(s) {
|
function capitalize(s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user