Skip to content

Commit

Permalink
Fix log level of remote lang to local path message
Browse files Browse the repository at this point in the history
Fixes #237.
  • Loading branch information
akien-mga authored and Dionysis Tsoumas committed Nov 29, 2018
1 parent 49b28da commit e2e72a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txclib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def pull(self, languages=None, resources=None, overwrite=True,
if not overwrite:
local_file += ".new"

logger.warning(
logger.info(
" -> %s: %s" % (utils.color_text(remote_lang, "RED"),
local_file)
)
Expand Down

0 comments on commit e2e72a7

Please sign in to comment.