From c8f0c882234a3fbd900c6bc10611224be6ea88d3 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 5 Dec 2019 08:54:26 +0100 Subject: [PATCH] Remember to include language code in log message. --- fixup-docbook-translated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixup-docbook-translated.rb b/fixup-docbook-translated.rb index d04f250..775fc36 100644 --- a/fixup-docbook-translated.rb +++ b/fixup-docbook-translated.rb @@ -26,7 +26,7 @@ if intro = File.open('extra/%s/intro_%s.xml' % [lang, lang], log 0, 'Including the %s version introduction' % lang xml.search('preface').last.after( intro ) else - log 0, ' -!- Not including the %s introduction text' + log 0, ' -!- Not including the %s introduction text' % lang end if 'es' == lang -- 2.47.2