diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs b/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs index abaf18e64..b0195ed50 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs @@ -309,7 +309,7 @@ namespace HandBrake.ApplicationServices.Services.Logging } catch (Exception exc) { - Debug.WriteLine(exc); // This exception doesn't warrent user interaction, but it should be logged + Debug.WriteLine(exc); // This exception doesn't warrant user interaction, but it should be logged } } @@ -349,7 +349,7 @@ namespace HandBrake.ApplicationServices.Services.Logging } catch (Exception exc) { - Debug.WriteLine(exc); // This exception doesn't warrent user interaction, but it should be logged + Debug.WriteLine(exc); // This exception doesn't warrant user interaction, but it should be logged } } |