diff --git a/Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs b/Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs index 845008fa..64ec6db2 100644 --- a/Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs +++ b/Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs @@ -214,6 +214,7 @@ internal string DeserializeProperties(IContentTypeBase item, XElement node) } else { + LogHelper.Warn("Can't create {0} : already used by a composed doctype - a second import might fix this", ()=> alias); message = string.Format("Property: {0} was not created because of clash (try running import again)", alias); }