diff --git a/Service.EDMIService/Methods/GlobalIndexer/Loader.vb b/Service.EDMIService/Methods/GlobalIndexer/Loader.vb index 80ad713b..20b7b18a 100644 --- a/Service.EDMIService/Methods/GlobalIndexer/Loader.vb +++ b/Service.EDMIService/Methods/GlobalIndexer/Loader.vb @@ -144,7 +144,7 @@ Namespace Methods.GlobalIndexer Return oIndexes Catch ex As Exception - LogAndThrow(ex, "Error while loading manual indizes!") + LogAndThrow(ex, $"Error while loading manual indizes [{ex.Message}]") Return Nothing End Try End Function