diff options
author | sr55 <[email protected]> | 2017-05-02 18:37:52 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-05-02 18:37:52 +0100 |
commit | e1bcb7af6947aed329924a82e58a45c143feedbf (patch) | |
tree | a7495b096666e6f3a0db35dcc75c6fbc5e4e9638 /win/CS/HandBrakeWPF/Services/Scan/LibScan.cs | |
parent | b652292b6ae12e95f6ef24804a4cf8b51f32c47a (diff) |
WinGui: Improved logging around SCANDONE and some additional defensive programming to try track down this never ending scan.
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Scan/LibScan.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/Scan/LibScan.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs b/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs index eac84f263..955e769ed 100644 --- a/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs +++ b/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs @@ -142,7 +142,7 @@ namespace HandBrakeWPF.Services.Scan { try { - this.ServiceLogMessage("Stopping Scan ..."); + this.ServiceLogMessage("Manually Stopping Scan ..."); this.IsScanning = false; this.instance.StopScan(); } |