From 1404c42cdaa11f26003c23a48f2cc1cfb645cce5 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 29 Apr 2020 11:46:21 +0200 Subject: [PATCH] write droptype = empty to debug --- Global_Indexer/frmIndex.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index 9b5686b..ad578fa 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -1384,7 +1384,7 @@ Public Class frmIndex DocumentViewer1.Init(LOGCONFIG, VIEWER_LICENSE) If DropType Is Nothing Then - LOGGER.Warn("File with Id [{0}] was not found in TBGI_FILES_USER. Exiting.") + LOGGER.Debug("File with Id [{0}] was not found in TBGI_FILES_USER. Exiting.", CURRENT_WORKFILE_GUID) CancelAttempts = MaxCancelAttempts Close() Else