From c820979063b3f6d90ccfc129baf078867bfc0d08 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 12 Jan 2009 08:08:46 +0000 Subject: Fix 'TypeError: not all arguments converted during string formatting' triggered by repoman -v. Thanks to Javier Villavicencio for reporting. (trunk r12366) svn path=/main/branches/2.1.6/; revision=12437 --- bin/repoman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 19f26ec68..1e1bc229a 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1832,8 +1832,8 @@ else: print "%s have headers that will change." % green(str(len(myheaders))) print "* Files with headers will cause the " + \ "manifests to be made and recommited." - logging.info("myupdates:", str(myupdates)) - logging.info("myheaders:", str(myheaders)) + logging.info("myupdates: %s", myupdates) + logging.info("myheaders: %s", myheaders) commitmessage = options.commitmsg if options.commitmsgfile: -- cgit v1.2.3-1-g7c22