Fix Wix Path finally :D, Translate frmIndex to en
This commit is contained in:
@@ -24,7 +24,7 @@ Public Class ClassFolderWatcher
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Info($"Error in Restart_FolderWatch: {ex.Message}")
|
||||
LOGGER.Error(ex.Message)
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
End Function
|
||||
Public Shared Function Restart_FolderWatchSCAN()
|
||||
@@ -44,7 +44,7 @@ Public Class ClassFolderWatcher
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Info($"Error in Restart_FolderWatchSCAN: {ex.Message}")
|
||||
LOGGER.Error(ex.Message)
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
End Function
|
||||
Public Shared Function StartStop_FolderWatch()
|
||||
|
||||
Reference in New Issue
Block a user