summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-08-13 16:36:44 +0000
committerjbj <devnull@localhost>2002-08-13 16:36:44 +0000
commit9b29055f422cd5f2aeff27b6c80e7c83317920c9 (patch)
treed517b5460cb1d8a058634455533ffee2d14e1750 /python/rpmts-py.c
parentf34283307b084d1baf8ac598d2053f914fd0ce3f (diff)
downloadlibrpm-tizen-9b29055f422cd5f2aeff27b6c80e7c83317920c9.tar.gz
librpm-tizen-9b29055f422cd5f2aeff27b6c80e7c83317920c9.tar.bz2
librpm-tizen-9b29055f422cd5f2aeff27b6c80e7c83317920c9.zip
- supply transitive closure for CLI packages from rpmdb-redhat database.
CVS patchset: 5624 CVS date: 2002/08/13 16:36:44
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r--python/rpmts-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c
index 14e2e1902..8deac8a59 100644
--- a/python/rpmts-py.c
+++ b/python/rpmts-py.c
@@ -310,7 +310,7 @@ rpmts_SolveCallback(rpmts ts, rpmds ds, void * data)
int res = 1;
if (_rpmts_debug)
-fprintf(stderr, "*** rpmts_SolveCallback(%p,%p,%p) %s\n", ts, ds, data, rpmdsDNEVR(ds));
+fprintf(stderr, "*** rpmts_SolveCallback(%p,%p,%p) \"%s\"\n", ts, ds, data, rpmdsDNEVR(ds));
if (cbInfo->tso == NULL) return res;
if (cbInfo->pythonError) return res;