Browse Source

dpkg: Do not mark debug message for translation

Guillem Jover 18 years ago
parent
commit
0890f347ab
2 changed files with 6 additions and 2 deletions
  1. 5 0
      ChangeLog
  2. 1 2
      src/archives.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-07-05  Guillem Jover  <guillem@debian.org>
+
+	* src/archives.c (filesavespackage): Do not mark debug message for
+	translation.
+
 2008-07-04  Raphael Hertzog  <hertzog@debian.org>
             Bruce Sass <bmsass@shaw.ca>
 

+ 1 - 2
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. */