X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FPackages.pm;h=62d26827ab10e037df67d27e4e2c8e71493c0c75;hb=71c5c6083a3aa5342e37c824955e5adf12a63ded;hp=5c4d22367d78a7eb66f0156109b9d54969fe0478;hpb=530fa81af8a7dd6319009bc5be7d6e70ff427473;p=debbugs.git diff --git a/Debbugs/Packages.pm b/Debbugs/Packages.pm index 5c4d223..62d2682 100644 --- a/Debbugs/Packages.pm +++ b/Debbugs/Packages.pm @@ -610,7 +610,7 @@ sub make_source_versions { my @bin_versions = sourcetobinary($1,$version); if (not @bin_versions or @{$bin_versions[0]} != 3) { - print {$warnings} "The source $1 and version $2 do not appear to match any binary packages\n"; + print {$warnings} "The source '$1' and version '$version' do not appear to match any binary packages\n"; } next; }