Fix Wix Path finally :D, Translate frmIndex to en
This commit is contained in:
@@ -368,7 +368,7 @@ Public Class frmStart
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Info(">> Error while starting folderwatch scan: " & ex.Message)
|
||||
LOGGER.Error(ex.Message)
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
|
||||
Try
|
||||
@@ -405,7 +405,7 @@ Public Class frmStart
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Info(">> Error while starting folderwatch: " & ex.Message)
|
||||
LOGGER.Error(ex.Message)
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
|
||||
If TimerFolderWatch.Enabled = False Then
|
||||
|
||||
Reference in New Issue
Block a user