diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index 29fad4b..c297a87 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -1770,7 +1770,10 @@ Public Class frmIndex Dim oNormalized As String = WINDREAM.GetNormalizedPath(oDestination) Dim oNewDestination = Path.Combine(WINDREAM.ClientBasePath, oNormalized) - If Directory.Exists(oDestination) = False Then + LOGGER.Debug("Path from Database is [{0}]", oDestination) + LOGGER.Debug("Checking for path [{0}]", oNewDestination) + + If Directory.Exists(oNewDestination) = False Then Dim oMessage As String If USER_LANGUAGE = "de-DE" Then