[Reproducible-commits] [misc] 01/01: clean-notes: add missing %s in a string
Mattia Rizzolo
mattia at mapreri.org
Thu Oct 1 22:15:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch master
in repository misc.
commit 538e304fcae5d14f8d3c0e6a91398eb5516e27d3
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Thu Oct 1 22:15:05 2015 +0000
clean-notes: add missing %s in a string
---
clean-notes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clean-notes b/clean-notes
index ba60bdd..e298473 100755
--- a/clean-notes
+++ b/clean-notes
@@ -313,7 +313,7 @@ def find_old_notes(testedpkgs, notes):
(notes[pkg].get('issues') and
'timestamps_in_png' not in notes[pkg]['issues']) and \
'fixed-magically' not in args.disable:
- log.info("%s has a note for the version %s but that version is "
+ log.info("%s/%s has a note for the version %s but that version is "
"reproducible", RB_SITE, pkg, item['version'])
if item['status'] == 'reproducible' and \
notes[pkg].get('version') and \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list