diff options
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) { - rpmMessage(RPMMESS_ERROR, _("Failed build dependencies:\n")); + rpmlog(RPMMESS_ERROR, _("Failed build dependencies:\n")); rpmpsPrint(NULL, ps); rc = 1; } |