MS Log Loader

This commit is contained in:
SchreiberM 2022-03-15 15:20:42 +01:00
parent 4b42a5e301
commit 111ba61c6f

View File

@ -144,7 +144,7 @@ Namespace Methods.GlobalIndexer
Return oIndexes Return oIndexes
Catch ex As Exception Catch ex As Exception
LogAndThrow(ex, "Error while loading manual indizes!") LogAndThrow(ex, $"Error while loading manual indizes [{ex.Message}]")
Return Nothing Return Nothing
End Try End Try
End Function End Function