aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 692c255..e74e54a 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -4023,6 +4023,6 @@ rpmErrorWriteTo(fd)
int fd
CODE:
rpmError_callback_data = fd;
- rpmErrorSetCallback(rpmError_callback);
+ rpmlogSetCallback(rpmError_callback);
/* vim:set ts=8 sts=2 sw=2: */