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:
6
Aaru.Localization/Core.Designer.cs
generated
6
Aaru.Localization/Core.Designer.cs
generated
@@ -6862,5 +6862,11 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Using_Lite-On_raw_DVD_reading", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Filesystems_Identify_Error {
|
||||
get {
|
||||
return ResourceManager.GetString("Filesystems_Identify_Error", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3502,4 +3502,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
|
||||
<data name="Using_Lite-On_raw_DVD_reading" xml:space="preserve">
|
||||
<value>Using Lite-On raw DVD reading.</value>
|
||||
</data>
|
||||
<data name="Filesystems_Identify_Error" xml:space="preserve">
|
||||
<value>Error identifying filesystem {0}. Please open a report with the following line in a Github issue.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user