summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Walker <[email protected]>2020-06-13 19:03:29 +0200
committerScott <[email protected]>2020-06-13 22:16:57 +0100
commit714b4c1af8e66a36d682db8a2ec5dd2f7dd008d2 (patch)
treee24c8453dbb46a407a2e6e19a094d8e6c61d13b5
parent10c7eebe5a9541a56288509cab2fc27726037370 (diff)
To be, or not to be, that is NOT the question here :-)
-rw-r--r--win/CS/HandBrakeWPF/Instance/RemoteInstance.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Instance/RemoteInstance.cs b/win/CS/HandBrakeWPF/Instance/RemoteInstance.cs
index 757878a66..ce9df2fc9 100644
--- a/win/CS/HandBrakeWPF/Instance/RemoteInstance.cs
+++ b/win/CS/HandBrakeWPF/Instance/RemoteInstance.cs
@@ -210,7 +210,7 @@ namespace HandBrakeWPF.Instance
private void WorkerProcess_Exited(object sender, EventArgs e)
{
- this.logService.LogMessage("Worker Process Existed!");
+ this.logService.LogMessage("Worker Process Exited!");
}
private void StopServer()