diff options
author | serge <[email protected]> | 2012-10-11 23:48:25 -0400 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-12-10 14:56:36 +0100 |
commit | 6e8da51daf81fc4ce3aac0deef6548a3af34d9eb (patch) | |
tree | c2fca114adf19b90c04d2df2ecaa80e3b571557a /AUTHORS | |
parent | 13bf84f59fca26e3fcf644b566db0100b8f01546 (diff) | |
download | otp-6e8da51daf81fc4ce3aac0deef6548a3af34d9eb.tar.gz otp-6e8da51daf81fc4ce3aac0deef6548a3af34d9eb.tar.bz2 otp-6e8da51daf81fc4ce3aac0deef6548a3af34d9eb.zip |
Fix printout of application crash message on startup
This is what a sample crash message looks like before applying patch:
Kernel pid terminated (application_controller)
({application_start_failure,cmp,{{bad_return_value,
{doc_root_not_exists,[46,47,119,119,119]}},{cmp_app,start,[normal,[]]}}})
This is what a sample crash message looks like after applying patch:
Kernel pid terminated (application_controller)
({application_start_failure,cmp,{{bad_return_value,
{doc_root_not_exists,"./www"}},{cmp_app,start,[normal,[]]}}})
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions