diff --git a/Content.Shared/GameObjects/Components/SharedStackComponent.cs b/Content.Shared/GameObjects/Components/SharedStackComponent.cs index 357c5e064d..5fd0406037 100644 --- a/Content.Shared/GameObjects/Components/SharedStackComponent.cs +++ b/Content.Shared/GameObjects/Components/SharedStackComponent.cs @@ -86,7 +86,7 @@ namespace Content.Shared.GameObjects.Components if (!_prototypeManager.HasIndex(StackTypeId)) { - Logger.Error($"No {nameof(StackPrototype)} found with id {StackTypeId}"); + Logger.Error($"No {nameof(StackPrototype)} found with id {StackTypeId} for {Owner.Prototype?.ID ?? Owner.Name}"); } }