Remove useless argument to format, d'oh
authorJindrich Novy <jnovy@redhat.com>
Mon, 7 Jul 2008 08:21:30 +0000 (10:21 +0200)
committerJindrich Novy <jnovy@redhat.com>
Mon, 7 Jul 2008 12:50:13 +0000 (14:50 +0200)
build/parsePrep.c

index c18945a..217bd47 100644 (file)
@@ -157,7 +157,7 @@ static char *doUntar(rpmSpec spec, uint32_t c, int quietly)
        if (c != INT_MAX) {
            rpmlog(RPMLOG_ERR, _("No source number %u\n"), c);
        } else {
-           rpmlog(RPMLOG_ERR, _("No \"Source:\" tag in the spec file\n"), c);
+           rpmlog(RPMLOG_ERR, _("No \"Source:\" tag in the spec file\n"));
        }
        return NULL;
     }