]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
methods/mirror.cc: on fail try the next mirror
[apt.git] / cmdline / apt-cache.cc
index f3bbb9cf35bea0851bd833cf93e550d8664042e2..4e68246fba1d5c4d057e3af4bb3fa999a308caf4 100644 (file)
@@ -1622,7 +1622,7 @@ bool Policy(CommandLine &CmdL)
            if (SrcList->FindIndex(VF.File(),Indx) == false &&
                _system->FindIndex(VF.File(),Indx) == false)
               return _error->Error(_("Cache is out of sync, can't x-ref a package file"));
-           printf(_("       %4i %s\n"),Plcy.GetPriority(VF.File()),
+           printf("       %4i %s\n",Plcy.GetPriority(VF.File()),
                   Indx->Describe(true).c_str());
         }       
       }