write droptype = empty to debug

This commit is contained in:
Jonathan Jenne 2020-04-29 11:46:21 +02:00
parent bc6459e70a
commit 1404c42cda

View File

@ -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