fix: updating warning message

This commit is contained in:
medchedli
2025-06-12 19:23:27 +01:00
parent ed31c7fa80
commit 28ef0ca65b

View File

@@ -121,8 +121,7 @@ export class BlockService extends BaseService<
if (configured == null) {
this.logger.warn(
'Using fallback NLU penalty factor value: %s',
FALLBACK_DEFAULT_NLU_PENALTY_FACTOR,
`The NLU penalty factor has reverted to its default fallback value of: ${FALLBACK_DEFAULT_NLU_PENALTY_FACTOR}%s`,
);
}
return configured ?? FALLBACK_DEFAULT_NLU_PENALTY_FACTOR;