summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webserver_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp
index c306dea958..b68e167527 100644
--- a/src/webserver_main.cpp
+++ b/src/webserver_main.cpp
@@ -160,7 +160,7 @@ int main(int /*argc*/, char** /*argv*/)
}
catch (...)
{
- return -1;
BMCWEB_LOG_CRITICAL << "Threw exception to main";
+ return -1;
}
}