Skip to content
Snippets Groups Projects
Commit e4aa5418 authored by mcmlxxix's avatar mcmlxxix
Browse files

change error log prefix to "JSON Service Error" (so we know which service is generating the error)

parent 56ad71ed
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,7 @@ engine = new (function() {
error = function(client,err,value) {
var desc = format(err,value);
log(LOG_ERROR,format(
"Error: (%s) %s",
"JSON Service Error: (%s) %s",
client.descriptor,desc
));
client.sendJSON({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment