Hi,

On Wed, 01 Feb 2012, Guillem Jover wrote:
> The following commit has been merged in the master branch:
> commit 0b8652b226a7601dfd71471797d15168a7337242
> Author: Guillem Jover <[email protected]>
> 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/


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to