]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
* cmdline/apt-cache.cc:
[apt.git] / cmdline / apt-cache.cc
index b16a0e5d0f8a6780207e6daa9b7c85e9f1031d58..11bc4fe032d1ed09a2bdf7db6df9126d3b4fc0a2 100644 (file)
@@ -1533,7 +1533,8 @@ bool Policy(CommandLine &CmdL)
         if (SrcList->FindIndex(F,Indx) == false &&
             _system->FindIndex(F,Indx) == false)
            return _error->Error(_("Cache is out of sync, can't x-ref a package file"));
-        printf(_("%4i %s\n"),
+        
+        printf("%4i %s\n",
                Plcy.GetPriority(F),Indx->Describe(true).c_str());
         
         // Print the reference information for the package