diff options
author | jbj <devnull@localhost> | 2002-08-13 16:36:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-13 16:36:44 +0000 |
commit | 9b29055f422cd5f2aeff27b6c80e7c83317920c9 (patch) | |
tree | d517b5460cb1d8a058634455533ffee2d14e1750 /python/rpmts-py.c | |
parent | f34283307b084d1baf8ac598d2053f914fd0ce3f (diff) | |
download | librpm-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.c | 2 |
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; |