summaryrefslogtreecommitdiff
path: root/lib/verify.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-09 14:50:42 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-09 14:50:42 +0300
commit56366e3890a913c43642132340e2b7c6292e1227 (patch)
tree5b8754a68fb9ad42044c542b11d0e146c8958e84 /lib/verify.c
parentc52905d33460c020f8f1b33da47c06a8a2cb513f (diff)
downloadrpm-56366e3890a913c43642132340e2b7c6292e1227.tar.gz
rpm-56366e3890a913c43642132340e2b7c6292e1227.tar.bz2
rpm-56366e3890a913c43642132340e2b7c6292e1227.zip
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Diffstat (limited to 'lib/verify.c')
-rw-r--r--lib/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verify.c b/lib/verify.c
index 99ead011a..fc220bdd2 100644
--- a/lib/verify.c
+++ b/lib/verify.c
@@ -332,7 +332,7 @@ static int verifyHeader(QVA_t qva, const rpmts ts, rpmfi fi)
if (te > t) {
*te++ = '\n';
*te = '\0';
- rpmlog(RPMMESS_NORMAL, "%s", t);
+ rpmlog(RPMLOG_NOTICE, "%s", t);
te = t = buf;
*t = '\0';
}
@@ -392,7 +392,7 @@ static int verifyDependencies(QVA_t qva, rpmts ts,
if (te > t) {
*te++ = '\n';
*te = '\0';
- rpmlog(RPMMESS_NORMAL, "%s", t);
+ rpmlog(RPMLOG_NOTICE, "%s", t);
te = t;
*t = '\0';
}