changed error logging
This commit is contained in:
parent
61c43fdd9b
commit
53efde189f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function error(message) {
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
trace(message, 'error');
|
trace(message.message, 'error');
|
||||||
}
|
}
|
||||||
|
|
||||||
// default logging function
|
// default logging function
|
||||||
|
|
Loading…
Reference in a new issue