index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-07-03 10:31:03 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-03 13:44:26 -0500 |
commit | 06840f14b465d9db53646ab0cbc2d4b3526bd255 (patch) | |
tree | 55841d1d2b1504ba0ac2f3a128d84eefa4c3254e | |
parent | a7b02d07f49927b11ab2d3bec41013c3a9e90283 (diff) |
-rw-r--r-- | lib/libalpm/dload.c | 2 |
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index fd83aac0..9042544d 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -211,7 +211,7 @@ static int curl_download_internal(alpm_handle_t *handle, /* a previous partial download exists, resume from end of file. */ open_mode = "ab"; curl_easy_setopt(handle->curl, CURLOPT_RESUME_FROM, (long)st.st_size); - _alpm_log(handle, PM_LOG_DEBUG, "tempfile found, attempting continuation"); + _alpm_log(handle, PM_LOG_DEBUG, "tempfile found, attempting continuation\n"); dlfile.initial_size = (double)st.st_size; } |