From 3d8eab3349d85a1edffd527fabaed4bd1f5b5a9f Mon Sep 17 00:00:00 2001 From: gibber9809 Date: Mon, 12 Feb 2024 17:19:39 +0000 Subject: [PATCH] Fix build issues --- components/core/src/reducer/reducer_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/src/reducer/reducer_server.cpp b/components/core/src/reducer/reducer_server.cpp index 5a9560b90..b83cd0666 100644 --- a/components/core/src/reducer/reducer_server.cpp +++ b/components/core/src/reducer/reducer_server.cpp @@ -461,7 +461,7 @@ int main(int argc, char const* argv[]) { SPDLOG_CRITICAL( "Job {} finished in unexpected state {}", ctx->get_job_id(), - server_status_to_string(ctx->get_status()) + reducer::server_status_to_string(ctx->get_status()) ); return -1; }