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 /rpmdb | |
parent | c52905d33460c020f8f1b33da47c06a8a2cb513f (diff) | |
download | librpm-tizen-56366e3890a913c43642132340e2b7c6292e1227.tar.gz librpm-tizen-56366e3890a913c43642132340e2b7c6292e1227.tar.bz2 librpm-tizen-56366e3890a913c43642132340e2b7c6292e1227.zip |
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/rpmdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index 98feb3b3c..baeaa5eaf 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -3587,7 +3587,7 @@ int rpmdbRebuild(const char * prefix, rpmts ts, xx = rpmdbClose(newdb); if (failed) { - rpmlog(RPMMESS_NORMAL, _("failed to rebuild database: original database " + rpmlog(RPMLOG_NOTICE, _("failed to rebuild database: original database " "remains in place\n")); xx = rpmdbRemoveDatabase(prefix, newdbpath, _dbapi_rebuild); |