mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Enhance exception logging by adding contextual messages for better debugging
This commit is contained in:
@@ -668,7 +668,7 @@ public sealed class ImageChecksumViewModel : ViewModelBase
|
||||
{
|
||||
AaruLogging.Debug(Localization.Core.Could_not_get_tracks_because_0, ex.Message);
|
||||
AaruLogging.WriteLine("Unable to get separate tracks, not checksumming them");
|
||||
AaruLogging.Exception(ex);
|
||||
AaruLogging.Exception(ex, Localization.Core.Could_not_get_tracks_because_0, ex.Message);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user