diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-11-16 17:24:41 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-11-16 17:24:41 +0000 |
commit | 3d6242ed7480526abcbc8c2687157933061b5b28 (patch) | |
tree | 9af64a60a7883d3fa75c5ed67c2d21cebb3bb8dc /lib/libalpm/error.c | |
parent | 95358f7c5b10cdcb8ca2523ca86bd862a38476c1 (diff) | |
download | pacman-3d6242ed7480526abcbc8c2687157933061b5b28.tar.xz |
* makepkg.conf.in variable changes (missed the checkin)
* Better error reporting when unpacking an archive fails
* Fixed -Sc and -Scc cache dir opening/reading
Diffstat (limited to 'lib/libalpm/error.c')
-rw-r--r-- | lib/libalpm/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index f1d7356c..1597f0cb 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -33,7 +33,7 @@ char *alpm_strerror(int err) case PM_ERR_MEMORY: return _("out of memory!"); case PM_ERR_SYSTEM: - return _("unexpected error"); + return _("unexpected system error"); case PM_ERR_BADPERMS: return _("insufficient privileges"); case PM_ERR_WRONG_ARGS: |