Skip to content

Commit e59b4ff

Browse files
committed
fix typo
1 parent fd39a27 commit e59b4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def sync_from_stream():
345345

346346

347347
def sync_from_file():
348-
logging.info("Start to dump from stream")
348+
logging.info("Start to dump from xml file")
349349
docs = reduce(lambda x, y: y(x), [xml_parser, formatter, mapper, processor],
350350
xml_file_loader(config['xml_file']['filename']))
351351
updater(docs)

0 commit comments

Comments
 (0)