diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-01 03:31:46 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-01 03:31:46 +0000 |
commit | 616620ad5ca9607b854a66c854b9c71b700364e7 (patch) | |
tree | 8a0b8fed70244b3e04ce687ef6b467d5f846b57d /lib/libalpm/server.c | |
parent | 21e19a7bcffac1ae2ecddbf321ad752c4b0f6692 (diff) | |
download | pacman-616620ad5ca9607b854a66c854b9c71b700364e7.tar.xz |
* Minor output fix (move colon so it's not part of the URL)
* Added ldconfig on --sync operations too
Diffstat (limited to 'lib/libalpm/server.c')
-rw-r--r-- | lib/libalpm/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/server.c b/lib/libalpm/server.c index f998b1e8..947e5860 100644 --- a/lib/libalpm/server.c +++ b/lib/libalpm/server.c @@ -187,7 +187,7 @@ int _alpm_downloadfiles_forreal(alpm_list_t *servers, const char *localpath, } if(downloadLastErrCode != 0 || dlf == NULL) { - _alpm_log(PM_LOG_ERROR, _("failed retrieving file '%s' from %s://%s: %s"), fn, + _alpm_log(PM_LOG_ERROR, _("failed retrieving file '%s' from %s://%s : %s"), fn, server->s_url->scheme, server->s_url->host, downloadLastErrString); if(localf != NULL) { fclose(localf); |