aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/URPM.xs b/URPM.xs
index 464aa4d..674ac8c 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -3265,7 +3265,7 @@ Urpm_parse_synthesis(urpm, filename, ...)
XPUSHs(sv_2mortal(newSViv(start_id)));
XPUSHs(sv_2mortal(newSViv(av_len(depslist))));
}
- } else croak("unable to uncompress synthesis file");
+ } else croak("unable to uncompress synthesis file %s", filename);
} else croak("first argument should contains a depslist ARRAY reference");
} else croak("first argument should be a reference to HASH");
@@ -3359,7 +3359,7 @@ Urpm_parse_hdlist(urpm, filename, ...)
XPUSHs(sv_2mortal(newSViv(start_id)));
XPUSHs(sv_2mortal(newSViv(av_len(depslist))));
}
- } else croak("cannot open hdlist file");
+ } else croak("cannot open hdlist file %s", filename);
} else croak("first argument should contains a depslist ARRAY reference");
} else croak("first argument should be a reference to HASH");