projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445c74a
)
decrease excessive logging
author
Klaus Kaempf
<kkaempf@suse.de>
Wed, 5 Apr 2006 13:37:47 +0000
(13:37 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Wed, 5 Apr 2006 13:37:47 +0000
(13:37 +0000)
zypp/CheckSum.h
patch
|
blob
|
history
diff --git
a/zypp/CheckSum.h
b/zypp/CheckSum.h
index 4d3aa710b446a05c4b1d788949bc0db7851a2fe0..5eb6b7f7aab720b7e8a4c1affa06c8ec5b883d9c 100644
(file)
--- a/
zypp/CheckSum.h
+++ b/
zypp/CheckSum.h
@@
-33,7
+33,7
@@
namespace zypp
_type = "sha1";
else if (checksum.size() == 64)
_type = "sha256";
- DBG << "Checksum size is " << checksum.size() << ", checksum type set to " << _type << std::endl;
+
//
DBG << "Checksum size is " << checksum.size() << ", checksum type set to " << _type << std::endl;
}
else
{