[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b



Hi,

On Wed, 01 Feb 2012, Guillem Jover wrote:
> The following commit has been merged in the master branch:
> commit 0b8652b226a7601dfd71471797d15168a7337242
> Author: Guillem Jover <guillem@debian.org>
> Date:   Tue Mar 1 04:43:29 2011 +0100
> 
>     Change debug, progress and error output to use package specifiers

[...]

> diff --git a/src/filesdb.c b/src/filesdb.c
> index ad60a02..252bd38 100644
> --- a/src/filesdb.c
> +++ b/src/filesdb.c
> @@ -307,12 +307,13 @@ ensure_packagefiles_available(struct pkginfo *pkg)
>    if (fd==-1) {
>      if (errno != ENOENT)
>        ohshite(_("unable to open files list file for package `%.250s'"),
> -              pkg->set->name);
> +              pkg_name(pkg, pnaw_foreign));

Why the pnaw_foreign foreign here and not on any of the subsequent
pkg_name() used in the same context?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/


Reply to: