* A few more client child logs

This commit is contained in:
Bryan Ashby 2015-07-04 16:03:44 -06:00
parent 9715d31ac2
commit 60cae7de3d
3 changed files with 12 additions and 9 deletions

View file

@ -178,7 +178,7 @@ MenuModule.prototype.standardMCIReadyHandler = function(mciData) {
var viewsReady = function(err) {
// :TODO: what should really happen here?
if(err) {
Log.warn(err);
self.client.log.warn(err);
}
};