Skip to content

Commit 1c2ffc6

Browse files
committed
chore: improve log message
1 parent a6d2bc5 commit 1c2ffc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

freqtrade/optimize/analysis/lookahead_helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ def calculate_config_overrides(config: Config):
145145
config["enable_protections"] = False
146146
logger.info(
147147
"Protections were enabled. "
148-
"Disabling protections now "
149-
"since they could otherwise produce false positives."
148+
"Disabling protections now since they can produce false positives."
150149
)
151150
if config["targeted_trade_amount"] < config["minimum_trade_amount"]:
152151
# this combo doesn't make any sense.

0 commit comments

Comments
 (0)