changed error logging

This commit is contained in:
Daniel Sommer 2022-02-24 10:30:43 +01:00
parent 61c43fdd9b
commit 53efde189f

View file

@ -104,7 +104,7 @@ function error(message) {
} }
return; return;
} }
trace(message, 'error'); trace(message.message, 'error');
} }
// default logging function // default logging function