Skip to content

Commit 642f24e

Browse files
committed
chore: fix odd debug message wording
1 parent bdd60ec commit 642f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def file_dump_json(filename: Path, data: Any, is_zip: bool = False, log: bool =
5151
with filename.open("w") as fp:
5252
dump_json_to_file(fp, data)
5353

54-
logger.debug(f'done json to "{filename}"')
54+
logger.debug(f'done writing json to "{filename}"')
5555

5656

5757
def json_load(datafile: TextIO) -> Any:

0 commit comments

Comments
 (0)