aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index da63a6a..011770b 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2569,7 +2569,7 @@ Pkg_build_header(pkg, fileno)
const char * msg = NULL;
rpmRC rc = rpmpkgWrite(item, fd, pkg->h, &msg);
if (rc != RPMRC_OK) {
- rpmlog(RPMLOG_ERR, "%s: %s: %s\n", "headerWrite", item, msg);
+ rpmlog(RPMLOG_ERR, "%s: %s: %s\n", "rpmkpgWrite", item, msg);
rc = RPMRC_FAIL;
}
msg = (const char*)_free(msg);