summaryrefslogtreecommitdiff
path: root/lib/trb.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/trb.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/trb.c')
-rw-r--r--lib/trb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trb.c b/lib/trb.c
index 376f374b0..59a38fd81 100644
--- a/lib/trb.c
+++ b/lib/trb.c
@@ -39,7 +39,7 @@ main(int argc, char *argv[])
textdomain(PACKAGE);
#endif
- rpmSetVerbosity(RPMMESS_NORMAL);
+ rpmSetVerbosity(RPMLOG_NOTICE);
optCon = poptGetContext(argv[0], argc, argv, optionsTable, 0);
(void) poptReadConfigFile(optCon, LIBRPMALIAS_FILENAME);