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:
c078ef6
)
disable debug
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 17 Jan 2006 15:40:04 +0000
(15:40 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 17 Jan 2006 15:40:04 +0000
(15:40 +0000)
zypp/solver/temporary/XmlNode.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/temporary/XmlNode.cc
b/zypp/solver/temporary/XmlNode.cc
index 6ebd1c8d261003a5497fba537bdf5a339359732f..d4a8c4cddcc6841abbb7421c0b3f777e2aaa47e8 100644
(file)
--- a/
zypp/solver/temporary/XmlNode.cc
+++ b/
zypp/solver/temporary/XmlNode.cc
@@
-96,7
+96,7
@@
XmlNode::getValue (const string & name, const string & deflt) const
xmlNode *child;
xml_s = xmlGetProp(_node, (const xmlChar *)name.c_str());
-
_XXX("RC_SPEW_XML") << "XmlNode::getValue(" << name << ") xmlGetProp '" << (char *)xml_s << "'" << endl;
+
//
_XXX("RC_SPEW_XML") << "XmlNode::getValue(" << name << ") xmlGetProp '" << (char *)xml_s << "'" << endl;
if (xml_s) {
ret = string ((const char *)xml_s);