summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index b2ae0a81b..a2d7d8bc2 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: