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:
2c0fa00
)
reduced logging
author
Stefan Schubert
<schubi@suse.de>
Mon, 14 Jan 2008 10:51:48 +0000
(10:51 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Mon, 14 Jan 2008 10:51:48 +0000
(10:51 +0000)
zypp/sat/detail/PoolImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/sat/detail/PoolImpl.cc
b/zypp/sat/detail/PoolImpl.cc
index 387d6895d0225167f3bb78551b7f6dca2f0e3b71..1452951821baf3cc8706e2de57fdc9337b75d42c 100644
(file)
--- a/
zypp/sat/detail/PoolImpl.cc
+++ b/
zypp/sat/detail/PoolImpl.cc
@@
-72,7
+72,7
@@
namespace zypp
}
// initialialize logging
bool verbose = ( getenv("ZYPP_FULLLOG") || getenv("ZYPP_LIBSAT_FULLLOG") );
- ::pool_setdebuglevel( _pool, verbose ? 5 :
2
);
+ ::pool_setdebuglevel( _pool, verbose ? 5 :
1
);
::pool_setdebugcallback( _pool, logSat, NULL );
// set pool architecture