From 31d73b82b048a4fa09e02bf6a61c4a721048f043 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 30 Nov 2021 00:23:44 +0700 Subject: [PATCH] Fix type in log message --- sources/CoreService.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/CoreService.uc b/sources/CoreService.uc index fa8d68d..586cc0d 100644 --- a/sources/CoreService.uc +++ b/sources/CoreService.uc @@ -280,7 +280,7 @@ defaultproperties infoBootingUp = (l=LOG_Info,m="Initializing Acedia.") infoBootingUpFinished = (l=LOG_Info,m="Acedia initialized.") infoShuttingDown = (l=LOG_Info,m="Shutting down Acedia.") - infoLoadingPackage = (l=LOG_Info,m="BLoading package \"%1\".") + infoLoadingPackage = (l=LOG_Info,m="Loading package \"%1\".") errorNoManifest = (l=LOG_Error,m="Cannot load `Manifest` for package \"%1\". Check if it's missing or if its name is spelled incorrectly.") errorCannotRunTests = (l=LOG_Error,m="Could not perform Acedia's tests.") } \ No newline at end of file