From 4b42a5e3017b26ea80cf343c924aa3a68eaeea48 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Tue, 15 Mar 2022 15:14:49 +0100 Subject: [PATCH] MS SQL Property --- Service.EDMIService/Methods/GlobalIndexer/Loader.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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