From 0890f347abd1154a3aaa0998ae70bbb28dbc82ed Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 3 Jul 2008 06:07:44 +0300 Subject: [PATCH] dpkg: Do not mark debug message for translation --- ChangeLog | 5 +++++ src/archives.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index adc77649..d0028765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-05 Guillem Jover + + * src/archives.c (filesavespackage): Do not mark debug message for + translation. + 2008-07-04 Raphael Hertzog Bruce Sass diff --git a/src/archives.c b/src/archives.c index 8858d094..2c7c248d 100644 --- a/src/archives.c +++ b/src/archives.c @@ -205,8 +205,7 @@ int filesavespackage(struct fileinlist *file, struct pkginfo *pkgtobesaved, debug(dbg_eachfiledetail,"filesavespackage ... is 3rd package"); if (!thirdpkg->clientdata->fileslistvalid) { - debug(dbg_eachfiledetail, - _("process_archive ... already disappeared !")); + debug(dbg_eachfiledetail, "process_archive ... already disappeared!"); continue; } /* We've found a package that can take this file. */ -- 2.39.5