From dc5f2c34d6fdce0a7d561a4791a17a2845398174 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 23 Nov 2021 17:59:24 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"));