[Pkg-mozext-commits] [adblock-plus] 47/87: Issue 2694 - Fix wrong order of parameters in logging message

David Prévot taffit at moszumanska.debian.org
Sat Apr 30 17:59:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit aa60a0985b915c994b409120daa9513d7f45f23f
Author: Andrey Novikov <novikov at gmail.com>
Date:   Mon Mar 21 13:36:04 2016 +0100

    Issue 2694 - Fix wrong order of parameters  in logging message
---
 ensure_dependencies.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index 84b9628..9514371 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -334,7 +334,7 @@ def resolve_deps(repodir, level=0, self_update=True, overrideroots=None, skipdep
       targetdata = handle.read()
 
     if sourcedata != targetdata:
-      logging.info("Updating %s from %s, don't forget to commit" % (source, target))
+      logging.info("Updating %s from %s, don't forget to commit" % (target, source))
       with io.open(target, "wb") as handle:
         handle.write(sourcedata)
       if __name__ == "__main__":

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list