simpler warning messages when backporting fails

This commit is contained in:
Suraj N. Kurapati 2012-10-13 10:44:51 -07:00
parent 00435d684e
commit 38e20fffd3

View File

@ -61,9 +61,7 @@ trees['v1.9'].blobs.each do |blob|
true
end
end
end or warn \
"#{$0}: could not fork #{blob.name} because "\
"versions #{backport[:versions]} lack #{font.file}"
end or warn "#{$0}: could not backport #{backport} into #{font.file}"
end
end