Skip to content

Commit

Permalink
Composite warning msg
Browse files Browse the repository at this point in the history
better message in the dashboard for #46
  • Loading branch information
KevinJump committed May 4, 2016
1 parent 9d21010 commit 10519fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jumoo.uSync.Core/Serializers/ContentTypeBaseSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ internal string DeserializeProperties(IContentTypeBase item, XElement node)
}
else
{
LogHelper.Warn<Events>("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);
}

Expand Down

0 comments on commit 10519fa

Please sign in to comment.