diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index fa462a7..86a2c48 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -410,8 +410,9 @@ namespace AyaNova.PlugIn.V8 progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl); progress.Append(util.PRE_RELEASE_VERSION_STRING); progress.Append("Option HTTP Timeout: " + util.HTTPCLIENT_TIMEOUT_SECONDS); - progress.Append("Option Migrate tag: [" + ImportTag + "]"); - progress.Append("Option PartNumber format: " + (PartNumberNameCombined ? "COMBINED" : "SPLIT")); + progress.Append("Option Migrate assigned docs: " + ExportAssignedDocs.ToString() + ""); + progress.Append("Option Migrate tag: \"" + ImportTag + "\""); + progress.Append("Option PartNumber format: " + (PartNumberNameCombined ? "COMBINED" : "SEPARATE"));