Skip to content
Snippets Groups Projects
Commit 6e82b2f8 authored by rswindell's avatar rswindell
Browse files

Output the name of the module that set the exit_code.

parent d3d50120
No related branches found
No related tags found
No related merge requests found
...@@ -1393,7 +1393,7 @@ int main(int argc, char **argv, char** env) ...@@ -1393,7 +1393,7 @@ int main(int argc, char **argv, char** env)
YIELD(); YIELD();
if(result) if(result)
lprintf(LOG_ERR,"!Module set exit_code: %ld", result); lprintf(LOG_ERR,"!Module (%s) set exit_code: %ld", module, result);
fprintf(statfp,"\n"); fprintf(statfp,"\n");
fprintf(statfp,"JavaScript: Destroying context\n"); fprintf(statfp,"JavaScript: Destroying context\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment