diff --git a/fdbserver/FDBExecHelper.actor.cpp b/fdbserver/FDBExecHelper.actor.cpp index e4185ad7c2..1a32999e7d 100644 --- a/fdbserver/FDBExecHelper.actor.cpp +++ b/fdbserver/FDBExecHelper.actor.cpp @@ -207,7 +207,7 @@ ACTOR Future spawnProcess(std::string path, .detail("Errno", WIFEXITED(status) ? WEXITSTATUS(status) : -1); return WIFEXITED(status) ? WEXITSTATUS(status) : -1; } - TraceEvent event("SpawnProcess_CommandStatus"); + TraceEvent event("SpawnProcessCommandStatus"); setupTraceWithOutput(event, bytesRead, outputBuffer); event.detail("Cmd", path) .detail("Args", allArgs)