summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_connection.h b/http/http_connection.h
index 679140c7cb..109a272253 100644
--- a/http/http_connection.h
+++ b/http/http_connection.h
@@ -549,7 +549,7 @@ class Connection :
}
catch (std::exception& p)
{
- BMCWEB_LOG_ERROR << p;
+ BMCWEB_LOG_ERROR << p.what();
}
crow::authorization::authenticate(*req, res, session);