chore: improve log message

This commit is contained in:
Matthias
2025-09-08 19:32:20 +02:00
parent a6d2bc5238
commit 1c2ffc6aaa

View File

@@ -145,8 +145,7 @@ class LookaheadAnalysisSubFunctions:
config["enable_protections"] = False
logger.info(
"Protections were enabled. "
"Disabling protections now "
"since they could otherwise produce false positives."
"Disabling protections now since they can produce false positives."
)
if config["targeted_trade_amount"] < config["minimum_trade_amount"]:
# this combo doesn't make any sense.