diff --git a/Service.EDMIService/Methods/GlobalIndexer/Loader.vb b/Service.EDMIService/Methods/GlobalIndexer/Loader.vb index ae14a93e..80ad713b 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 indexes!") + LogAndThrow(ex, "Error while loading manual indizes!") Return Nothing End Try End Function