aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-09 17:02:21 +0100
committerPer Larsson <[email protected]>2021-12-09 17:02:21 +0100
commit7232c5b126028ef859977d7a2a65fe9ca7b7300f (patch)
treebfaa76f874ae65279b76f82a9eeb39075321b672 /zenserver/compute/apply.cpp
parentMerged main. (diff)
downloadzen-7232c5b126028ef859977d7a2a65fe9ca7b7300f.tar.xz
zen-7232c5b126028ef859977d7a2a65fe9ca7b7300f.zip
Format fix.
Diffstat (limited to 'zenserver/compute/apply.cpp')
-rw-r--r--zenserver/compute/apply.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp
index ae4dd4528..11ae8b41d 100644
--- a/zenserver/compute/apply.cpp
+++ b/zenserver/compute/apply.cpp
@@ -904,10 +904,7 @@ HttpFunctionService::ExecActionUpstream(const WorkerDesc& Worker, CbObject Actio
if (!EnqueueResult.Success)
{
- ZEN_ERROR(
- "Error enqueuing upstream Action {}/{}",
- WorkerId.ToHexString(),
- ActionId.ToHexString());
+ ZEN_ERROR("Error enqueuing upstream Action {}/{}", WorkerId.ToHexString(), ActionId.ToHexString());
return HttpResponseCode::InternalServerError;
}