diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 14:50:42 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 14:50:42 +0300 |
commit | 56366e3890a913c43642132340e2b7c6292e1227 (patch) | |
tree | 5b8754a68fb9ad42044c542b11d0e146c8958e84 /lib/poptALL.c | |
parent | c52905d33460c020f8f1b33da47c06a8a2cb513f (diff) | |
download | rpm-56366e3890a913c43642132340e2b7c6292e1227.tar.gz rpm-56366e3890a913c43642132340e2b7c6292e1227.tar.bz2 rpm-56366e3890a913c43642132340e2b7c6292e1227.zip |
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Diffstat (limited to 'lib/poptALL.c')
-rw-r--r-- | lib/poptALL.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c index 444c31311..855932c16 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -337,7 +337,7 @@ rpmcliInit(int argc, char *const argv[], struct poptOption * optionsTable) (void) textdomain(PACKAGE); #endif - rpmSetVerbosity(RPMMESS_NORMAL); + rpmSetVerbosity(RPMLOG_NOTICE); if (optionsTable == NULL) { /* Read rpm configuration (if not already read). */ |