mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: updating warning message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user