From 3ac2150e552a1f58caec4ce5efd184855d79114a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 19:01:24 +0100 Subject: reproducible: more formal wording --- bin/reproducible_html_notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 917ccd97..64fee605 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -319,7 +319,7 @@ def iterate_over_notes(notes): noheader=True) desturl = REPRODUCIBLE_URL + NOTES_URI + '/' + package + '_note.html' - log.info("you can now see your notes at " + desturl) + log.info("Note created: " + desturl) i = i + 1 @@ -337,7 +337,7 @@ def iterate_over_issues(issues): style_note=True) desturl = REPRODUCIBLE_URL + ISSUES_URI + '/' + issue + '_issue.html' - log.info("you can now see the issue at " + desturl) + log.info("Issue created: " + desturl) i = i + 1 -- cgit v1.2.3-70-g09d2