ssg: StaticSiteClient: reword post as draft error trace message

This commit is contained in:
Nick Vella 2019-07-15 01:16:07 +10:00
parent 76f7ec83b9
commit dc19762c2e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace OpenLiveWriter.BlogClient.Clients.StaticSite
{
if(!publish && !Options.SupportsPostAsDraft)
{
Trace.Fail("Cannot post as draft as this static site has no specified draft path.");
Trace.Fail("Static site does not support drafts, cannot post.");
throw new BlogClientPostAsDraftUnsupportedException();
}
remotePost = null;