Mailinglist Archive: zypp-commit (168 mails)
| < Previous | Next > |
[zypp-commit] r8019 - /trunk/libzypp/zypp/sat/detail/PoolImpl.cc
- From: schubi2@xxxxxxxxxxxxxxxx
- Date: Tue, 04 Dec 2007 11:43:40 -0000
- Message-id: <20071204114340.2F64B2F552@xxxxxxxxxxxxxxxx>
Author: schubi2
Date: Tue Dec 4 12:43:39 2007
New Revision: 8019
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8019&view=rev
Log:
logging with YaST enabled
Modified:
trunk/libzypp/zypp/sat/detail/PoolImpl.cc
Modified: trunk/libzypp/zypp/sat/detail/PoolImpl.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/sat/detail/PoolImpl.cc?rev=8019&r1=8018&r2=8019&view=diff
==============================================================================
--- trunk/libzypp/zypp/sat/detail/PoolImpl.cc (original)
+++ trunk/libzypp/zypp/sat/detail/PoolImpl.cc Tue Dec 4 12:43:39 2007
@@ -36,7 +36,7 @@
if ((type & (SAT_FATAL|SAT_ERROR))) {
_ERR("satsolver") << logString;
} else {
- _DBG("satsolver") << logString;
+ _MIL("satsolver") << logString;
}
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Tue Dec 4 12:43:39 2007
New Revision: 8019
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8019&view=rev
Log:
logging with YaST enabled
Modified:
trunk/libzypp/zypp/sat/detail/PoolImpl.cc
Modified: trunk/libzypp/zypp/sat/detail/PoolImpl.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/sat/detail/PoolImpl.cc?rev=8019&r1=8018&r2=8019&view=diff
==============================================================================
--- trunk/libzypp/zypp/sat/detail/PoolImpl.cc (original)
+++ trunk/libzypp/zypp/sat/detail/PoolImpl.cc Tue Dec 4 12:43:39 2007
@@ -36,7 +36,7 @@
if ((type & (SAT_FATAL|SAT_ERROR))) {
_ERR("satsolver") << logString;
} else {
- _DBG("satsolver") << logString;
+ _MIL("satsolver") << logString;
}
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |