Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman)

This commit is contained in:
Dan McGee 2007-03-22 18:33:27 +00:00
parent 19faa24cf3
commit 9cf9606459
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ int _alpm_add_loadtarget(pmtrans_t *trans, pmdb_t *db, char *name)
i->data = newpkg;
} else {
_alpm_log(PM_LOG_WARNING, _("newer version %s-%s is in the target list -- skipping"),
pkg->name, pkg->version, pkgver);
pkg->name, pkg->version);
}
return(0);
}