diff --git a/ToolCollection/frmNIHauptseite.vb b/ToolCollection/frmNIHauptseite.vb index d39567c..5cfa47b 100644 --- a/ToolCollection/frmNIHauptseite.vb +++ b/ToolCollection/frmNIHauptseite.vb @@ -924,9 +924,9 @@ Public Class frmNIHauptseite _Logger.Debug(">> _fulltext initialized.") fulltext = pMyWMDoc.GetVariableValue(aktivesProfil.Desk_windreamIndex) If Len(fulltext) > 0 Then - _Logger.Info($"{aktivesProfil.Desk_windreamIndex} is empty...") + _Logger.Info($"Volltext aus [{aktivesProfil.Desk_windreamIndex}] erfolgreich extrahiert.") Else - _Logger.Info($"## No fulltext from [{aktivesProfil.Desk_windreamIndex}] extracted!") + _Logger.Info($"## Kein Volltext aus [{aktivesProfil.Desk_windreamIndex}] extrahiert - versuche 'Manueller Volltext'...") fulltext = pMyWMDoc.GetVariableValue("Manueller Volltext") End If If Len(fulltext) > 0 Then