aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zenserver/storage/projectstore/httpprojectstore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/storage/projectstore/httpprojectstore.cpp b/src/zenserver/storage/projectstore/httpprojectstore.cpp
index d988a6050..cf4d7d274 100644
--- a/src/zenserver/storage/projectstore/httpprojectstore.cpp
+++ b/src/zenserver/storage/projectstore/httpprojectstore.cpp
@@ -2909,7 +2909,7 @@ HttpProjectService::HandleRpcRequest(HttpRouterRequest& Req)
}
else
{
- throw JobError(fmt::format("Failed due to an http exception (Code: {}): {}",
+ throw JobError(fmt::format("Failed due to an http exception (Status: {}): {}",
static_cast<int>(HttpEx.GetHttpResponseCode()),
HttpEx.what()),
static_cast<int>(HttpEx.GetHttpResponseCode()));
@@ -3029,7 +3029,7 @@ HttpProjectService::HandleRpcRequest(HttpRouterRequest& Req)
}
else
{
- throw JobError(fmt::format("Failed due to an http exception (Code: {}): {}",
+ throw JobError(fmt::format("Failed due to an http exception (Status: {}): {}",
static_cast<int>(HttpEx.GetHttpResponseCode()),
HttpEx.what()),
static_cast<int>(HttpEx.GetHttpResponseCode()));