ms
This commit is contained in:
@@ -96,7 +96,6 @@ Public Class DDWDResultHandler
|
||||
If My.Settings.SQLSERVER_CS_RH <> "" Then
|
||||
Logger.Info("Thread ResultHandler will now be started for initial Run..")
|
||||
threadResultHandler.RunWorkerAsync()
|
||||
Logger.Info("Thread PM Refresh will be started after 2mins for initial Run..")
|
||||
End If
|
||||
End If
|
||||
|
||||
@@ -185,7 +184,7 @@ Public Class DDWDResultHandler
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
Logger.Info("Keine aktiven Profile WMResulthandler vorhanden")
|
||||
Logger.Info("Keine aktiven Profile für WMResulthandler vorhanden")
|
||||
notcompleted = True
|
||||
End If
|
||||
'Try
|
||||
@@ -205,7 +204,7 @@ Public Class DDWDResultHandler
|
||||
threadPMRefresh.RunWorkerAsync()
|
||||
End If
|
||||
Else
|
||||
Logger.Warn("clsDatabase konnte nicht initialisiert werden!")
|
||||
Logger.Warn($"clsDatabase konnte nicht initialisiert werden! {My.Settings.SQLSERVER_CS_RH}")
|
||||
notcompleted = True
|
||||
End If
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user