Skip to content

Commit

Permalink
Added extra info to the ACL failed log
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Oct 25, 2023
1 parent 36f767f commit e237389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public AssemblyLoadingSuccessState LoadAssembliesFromLocations([NotNull] IEnumer
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
Expand Down

0 comments on commit e237389

Please sign in to comment.