From 9672e12a22a7942105804c974cbb62332c33814f Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 22 Mar 2010 12:54:44 +0200 Subject: Lose the useless rpmps refcounting debug junk - get the debug messages out of API, this is what should've been in commit dbdbe8010cd944f026a5a4e5d071eb31d29d81c4 --- lib/rpmte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rpmte.c') 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) -- cgit v1.2.3