projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
algorithms: Replace qsort() by thread-safe std::sort()
[apt.git]
/
methods
/
rred.cc
diff --git
a/methods/rred.cc
b/methods/rred.cc
index 7c2ccd98ea57948f3cd2719bc98855bcfbfa2036..d2cefc943c47b0310cfe9d9306e5e44297ab842e 100644
(file)
--- a/
methods/rred.cc
+++ b/
methods/rred.cc
@@
-621,7
+621,7
@@
class RredMethod : public pkgAcqMethod {
if (p.Open(patch_name, FileFd::ReadOnly, FileFd::Gzip) == false ||
patch.read_diff(p, &patch_hash) == false)
{
- _error->DumpErrors(std::cerr);
+ _error->DumpErrors(std::cerr
, GlobalError::DEBUG, false
);
return false;
}
p.Close();