mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
Adds debug statment to detect if JoinNameAttribute constructor has been called
This commit is contained in:
@@ -460,6 +460,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
|
|
||||||
public JoinNameAttribute(string name)
|
public JoinNameAttribute(string name)
|
||||||
{
|
{
|
||||||
|
Debug.Console(0, "Setting Attribute Name: {0}", name);
|
||||||
_Name = name;
|
_Name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user