Update support plugin loggers.

This commit is contained in:
Simo Kinnunen
2014-03-17 11:31:11 +09:00
parent dbfa35d1d9
commit 18671477a6
6 changed files with 10 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ var ChannelManager = require('../../../wire/channelmanager')
module.exports = syrup()
.define(function(options, router) {
var log = logger.createLogger('device:plugins:channels')
var log = logger.createLogger('device:support:channels')
var channels = new ChannelManager()
channels.on('timeout', function(channel) {
log.info('Channel "%s" timed out', channel)