From 64044399ab081ba46652913369d87b460f303085 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 19 Jul 2016 21:00:56 -0600 Subject: [PATCH] error -> reason when failing to display art --- core/view_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/view_controller.js b/core/view_controller.js index 8e4b36b9..53574f82 100644 --- a/core/view_controller.js +++ b/core/view_controller.js @@ -589,7 +589,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) { if(err) { // non-fatal self.client.log.trace( - { error : err.toString(), mci : Object.keys(options.mciMap), formId : formIdKey }, + { reason : err.message, mci : Object.keys(options.mciMap), formId : formIdKey }, 'Unable to find matching form configuration'); }