Cleanup. (2)

This commit is contained in:
y2_ss 2023-08-01 12:18:46 -05:00
parent 5725d80b81
commit 43d305cc5a

View file

@ -263,10 +263,10 @@ public class DesignManager
_saveService.QueueSave(design);
if (collection.IsAssociable())
{
Glamourer.Log.Debug($"Removed associated collection from design {design.Identifier}.");
Glamourer.Log.Debug($"Set associated collection {collection.Name} to design {design.Identifier}.");
} else
{
Glamourer.Log.Debug($"Set associated collection {collection.Name} to design {design.Identifier}.");
Glamourer.Log.Debug($"Removed associated collection from design {design.Identifier}.");
}
_event.Invoke(DesignChanged.Type.ChangedAssociatedCollection, design, oldAssociatedCollection);
}