Skip to content

Commit

Permalink
Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Mar 11, 2008
1 parent a2c3e0a commit 87621bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/apache2/Hooks.cpp
Expand Up @@ -369,7 +369,7 @@ class Hooks {

return OK;
} catch (const exception &e) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "*** Passenger: uncaught error: %s", e.what());
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "*** Unexpected error in Passenger: %s", e.what());
return HTTP_INTERNAL_SERVER_ERROR;
}
}
Expand Down

0 comments on commit 87621bf

Please sign in to comment.