diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/HttpServer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HttpServer.cc b/src/HttpServer.cc index 7a5a725..e80f032 100644 --- a/src/HttpServer.cc +++ b/src/HttpServer.cc @@ -479,7 +479,7 @@ bool Balau::HttpWorker::handleClient() { for (std::vector<String>::iterator i = trace.begin(); i != trace.end(); i++) Printer::log(M_DEBUG, "%s", i->to_charp()); if (!out->wrote()) - send500(e.getMsg(), e.getTrace()); + send500(e.getMsg(), trace); return false; } catch (...) { |