feat: use better logging text

This commit is contained in:
oSumAtrIX 2023-08-23 04:46:42 +02:00
parent ba758f00f4
commit b0e748daff
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ internal object PatchCommand: Runnable {
val patches = PatchBundleLoader.Jar(*patchBundles.toTypedArray())
val integrations = integrations
logger.info("Setting up patch options")
logger.info("Setting patch options")
optionsFile.let {
if (it.exists()) patches.setOptions(it, logger)