Skip to content

Commit

Permalink
Merge pull request #251 from transifex/akien-mga-remote-local-info
Browse files Browse the repository at this point in the history
Fix log level of remote lang to local path message
  • Loading branch information
Diontsoumas authored Nov 29, 2018
2 parents 49b28da + e2e72a7 commit ba80ad5
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 ba80ad5

Please sign in to comment.