]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Remember to include language code in log message.
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 5 Dec 2019 07:54:26 +0000 (08:54 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 5 Dec 2019 07:54:26 +0000 (08:54 +0100)
fixup-docbook-translated.rb

index d04f250d48d0140585e0b2ad21a2520159dc3ff2..775fc364959125c80e92664fac2b37ace9bda96b 100644 (file)
@@ -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