From 10519fa3b4af341212b5a8dee3f92488a98ab23c Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Wed, 4 May 2016 12:56:30 +0100 Subject: [PATCH] Composite warning msg better message in the dashboard for #46 --- Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs | 1 + 1 file changed, 1 insertion(+) 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); }