diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 14:49:02 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 14:49:02 +0300 |
commit | c52905d33460c020f8f1b33da47c06a8a2cb513f (patch) | |
tree | 61d7dcdb8cb727dd21a6d82fe68f6ab6a75a9872 /build.c | |
parent | 9d9aa852ca724e4c7671cec249189f7dfef5ed8e (diff) | |
download | librpm-tizen-c52905d33460c020f8f1b33da47c06a8a2cb513f.tar.gz librpm-tizen-c52905d33460c020f8f1b33da47c06a8a2cb513f.tar.bz2 librpm-tizen-c52905d33460c020f8f1b33da47c06a8a2cb513f.zip |
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ static int checkSpec(rpmts ts, Header h) ps = rpmtsProblems(ts); if (rc == 0 && rpmpsNumProblems(ps) > 0) { - rpmlog(RPMMESS_ERROR, _("Failed build dependencies:\n")); + rpmlog(RPMLOG_ERR, _("Failed build dependencies:\n")); rpmpsPrint(NULL, ps); rc = 1; } |