summaryrefslogtreecommitdiff
path: root/lib/rpmte.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-22 12:54:44 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-22 12:54:44 +0200
commit9672e12a22a7942105804c974cbb62332c33814f (patch)
treea334bf9e9f528f201d6663deb6826f3cc941822e /lib/rpmte.c
parentc586c9955cb79a98345d44138904f3ee009d9314 (diff)
downloadlibrpm-tizen-9672e12a22a7942105804c974cbb62332c33814f.tar.gz
librpm-tizen-9672e12a22a7942105804c974cbb62332c33814f.tar.bz2
librpm-tizen-9672e12a22a7942105804c974cbb62332c33814f.zip
Lose the useless rpmps refcounting debug junk
- get the debug messages out of API, this is what should've been in commit dbdbe8010cd944f026a5a4e5d071eb31d29d81c4
Diffstat (limited to 'lib/rpmte.c')
-rw-r--r--lib/rpmte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c
index 5a785256d..a0da76c19 100644
--- a/lib/rpmte.c
+++ b/lib/rpmte.c
@@ -708,7 +708,7 @@ int rpmteHaveTransScript(rpmte te, rpmTag tag)
rpmps rpmteProblems(rpmte te)
{
- return (te != NULL) ? rpmpsLink(te->probs, RPMDBG_M("rpmteProbs")) : NULL;
+ return (te != NULL) ? rpmpsLink(te->probs) : NULL;
}
void rpmteCleanProblems(rpmte te)