mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename Aaru.Console to Aaru.Logging
This commit is contained in:
@@ -239,7 +239,7 @@ public sealed partial class FAT
|
||||
|
||||
if(name == "" && extension == "")
|
||||
{
|
||||
AaruConsole.Debug(MODULE_NAME, Localization.Found_empty_filename_in_0, path);
|
||||
AaruLogging.Debug(MODULE_NAME, Localization.Found_empty_filename_in_0, path);
|
||||
|
||||
if(!_debug || dirent is { size: > 0, start_cluster: 0 }) continue; // Skip invalid name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user