Added extra info to the ACL failed log

This commit is contained in:
EvilFactory
2023-10-25 20:22:57 -03:00
parent 36f767f388
commit e237389ad9

View File

@@ -455,7 +455,7 @@ public class AssemblyManager
if (state != AssemblyLoadingSuccessState.Success)
{
DisposeACL(loadedAcl.Id);
ModUtils.Logging.PrintError($"ACL failed, unloading...");
ModUtils.Logging.PrintError($"ACL {friendlyName} failed, unloading...");
return state;
}
// build types list