]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- one debug message marked debug
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 4 Jan 2004 13:18:16 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-find_required_pkgs_on_build.patch -> 1.2

rpm-find_required_pkgs_on_build.patch

index c94ca9ff780dcbedf1ddc767e7a9609f5c437324..77c2eacb1b1431edbb18cadb6b8cd3fdc7101473 100644 (file)
@@ -76,7 +76,7 @@ diff -durN rpm-4.3.orig/build/rpmfc.c rpm-4.3/build/rpmfc.c
 +            rpmMessage(RPMMESS_DEBUG, "%s -> not found\n",N);
 +            continue;
 +        }
-+        rpmMessage(RPMMESS_NORMAL, "Iterator: %p\n",it);
++        rpmMessage(RPMMESS_DEBUG, "Iterator: %p\n",it);
 +        if (rpmdbGetIteratorCount(it)>1) {
 +            rpmMessage(RPMMESS_DEBUG, "%s -> multiple (skipping)\n",N);
 +            rpmdbFreeIterator(it);
This page took 0.044701 seconds and 4 git commands to generate.