diff options
author | Tim Walker <[email protected]> | 2020-06-13 19:03:29 +0200 |
---|---|---|
committer | Scott <[email protected]> | 2020-06-13 22:16:57 +0100 |
commit | 714b4c1af8e66a36d682db8a2ec5dd2f7dd008d2 (patch) | |
tree | e24c8453dbb46a407a2e6e19a094d8e6c61d13b5 | |
parent | 10c7eebe5a9541a56288509cab2fc27726037370 (diff) |
To be, or not to be, that is NOT the question here :-)
-rw-r--r-- | win/CS/HandBrakeWPF/Instance/RemoteInstance.cs | 2 |
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() |