mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
error -> reason when failing to display art
This commit is contained in:
parent
6f06625c84
commit
64044399ab
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue