Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Feb 12, 2024
1 parent 6a4be60 commit 3d8eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/reducer/reducer_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3d8eab3

Please sign in to comment.