Mailinglist Archive: zypp-commit (223 mails)
| < Previous | Next > |
[zypp-commit] r10570 - /trunk/libzypp/zypp/solver/detail/Testcase.cc
- From: schubi2@xxxxxxxxxxxxxxxx
- Date: Mon, 14 Jul 2008 10:22:38 -0000
- Message-id: <20080714102238.C2F353440D@xxxxxxxxxxxxxxxx>
Author: schubi2
Date: Mon Jul 14 12:22:38 2008
New Revision: 10570
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10570&view=rev
Log:
reducing logging
Modified:
trunk/libzypp/zypp/solver/detail/Testcase.cc
Modified: trunk/libzypp/zypp/solver/detail/Testcase.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/solver/detail/Testcase.cc?rev=10570&r1=10569&r2=10570&view=diff
==============================================================================
--- trunk/libzypp/zypp/solver/detail/Testcase.cc (original)
+++ trunk/libzypp/zypp/solver/detail/Testcase.cc Mon Jul 14 12:22:38 2008
@@ -133,12 +133,10 @@
str << IdString(detail.rhs().id()) << ")' />" << endl;
} else {
str << "<!--- ignoring '" << xml_escape(cap.asString()) << "'
-->" << endl;
- MIL << "ignoring " << cap << " cause this format will be
supported" << endl;
}
}
} else {
str << "<!--- ignoring '" << xml_escape(cap.asString()) << "' -->" <<
endl;
- MIL << "ignoring " << cap << " cause this format will be supported" <<
endl;
}
return str.str();
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Mon Jul 14 12:22:38 2008
New Revision: 10570
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10570&view=rev
Log:
reducing logging
Modified:
trunk/libzypp/zypp/solver/detail/Testcase.cc
Modified: trunk/libzypp/zypp/solver/detail/Testcase.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/solver/detail/Testcase.cc?rev=10570&r1=10569&r2=10570&view=diff
==============================================================================
--- trunk/libzypp/zypp/solver/detail/Testcase.cc (original)
+++ trunk/libzypp/zypp/solver/detail/Testcase.cc Mon Jul 14 12:22:38 2008
@@ -133,12 +133,10 @@
str << IdString(detail.rhs().id()) << ")' />" << endl;
} else {
str << "<!--- ignoring '" << xml_escape(cap.asString()) << "'
-->" << endl;
- MIL << "ignoring " << cap << " cause this format will be
supported" << endl;
}
}
} else {
str << "<!--- ignoring '" << xml_escape(cap.asString()) << "' -->" <<
endl;
- MIL << "ignoring " << cap << " cause this format will be supported" <<
endl;
}
return str.str();
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |