]> err.no Git - dpkg/commitdiff
Doh, add missing parenthesis.
authorGuillem Jover <guillem@debian.org>
Wed, 4 Apr 2007 23:17:22 +0000 (23:17 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 4 Apr 2007 23:17:22 +0000 (23:17 +0000)
scripts/dpkg-genchanges.pl

index 1c8449b88aa3014a96e3dc92f3cc71372bba6c17..4433f11717257315d481eee147d503d6d096a199 100755 (executable)
@@ -275,7 +275,7 @@ for $p (keys %p2f) {
     $pri = $sourcedefault{'Priority'} if !defined($pri);
     if (!defined($pri)) {
        $pri = '-';
-       warning(sprintf(_g("missing Priority for binary package %s; using '-'"), $p);
+       warning(sprintf(_g("missing Priority for binary package %s; using '-'"), $p));
     }
     $pri eq $f2pri{$f} || &error(sprintf(_g("package %s has priority %s in ".
                                            "control file but %s in files list"),