we really should be notified when we have association errors
This commit is contained in:
parent
b9cec0ad25
commit
062a211706
@ -925,11 +925,11 @@ namespace UniversalEditor.DataFormats.UEPackage
|
||||
{
|
||||
if (attTypeName != null)
|
||||
{
|
||||
// Console.WriteLine("DataFormat could not be associated: " + attTypeName.Value);
|
||||
Console.Error.WriteLine("DataFormat could not be associated: " + attTypeName.Value);
|
||||
}
|
||||
else if (attID != null)
|
||||
{
|
||||
// Console.WriteLine("DataFormat could not be associated: " + attID.Value);
|
||||
Console.Error.WriteLine("DataFormat could not be associated: " + attID.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user