diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/apache/service.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service.txx b/web/apache/service.txx index 6630fd0..b707f8d 100644 --- a/web/apache/service.txx +++ b/web/apache/service.txx @@ -171,7 +171,7 @@ namespace web { rq.content ( HTTP_INTERNAL_SERVER_ERROR, "text/plain;charset=utf-8") - << e.what (); + << e; return rq.flush (); } |