aboutsummaryrefslogtreecommitdiff
path: root/zenutil/zenserverprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil/zenserverprocess.cpp')
-rw-r--r--zenutil/zenserverprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenutil/zenserverprocess.cpp b/zenutil/zenserverprocess.cpp
index 2a6b583de..73b8d01f1 100644
--- a/zenutil/zenserverprocess.cpp
+++ b/zenutil/zenserverprocess.cpp
@@ -362,7 +362,7 @@ ZenServerInstance::SpawnServer(int BasePort)
zen::NamedEvent ChildEvent{ChildEventName};
zen::ExtendableStringBuilder<32> ChildShutdownEventName;
- ChildShutdownEventName << "Zen_Child_" << ChildId;
+ ChildShutdownEventName << "Zen_" << BasePort;
ChildShutdownEventName << "_Shutdown";
zen::NamedEvent ChildShutdownEvent{ChildShutdownEventName};