- [Core] Bug fixes
This commit is contained in:
@@ -381,7 +381,7 @@ namespace AssetStudio
|
||||
HasBlockInfoNeedPaddingAtStart = true;
|
||||
}
|
||||
|
||||
Logger.Verbose($"Mask set to 0x{mask:X8}");
|
||||
Logger.Verbose($"Mask set to {mask}");
|
||||
|
||||
if ((m_Header.flags & mask) != 0)
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace AssetStudio
|
||||
{
|
||||
public static class Logger
|
||||
{
|
||||
private static bool _fileLogging = true;
|
||||
private static bool _fileLogging;
|
||||
|
||||
public static ILogger Default = new DummyLogger();
|
||||
public static ILogger File;
|
||||
|
||||
Reference in New Issue
Block a user