Fix debug logger without a newline
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
a7b02d07f4
commit
06840f14b4
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static int curl_download_internal(alpm_handle_t *handle,
|
||||||
/* a previous partial download exists, resume from end of file. */
|
/* a previous partial download exists, resume from end of file. */
|
||||||
open_mode = "ab";
|
open_mode = "ab";
|
||||||
curl_easy_setopt(handle->curl, CURLOPT_RESUME_FROM, (long)st.st_size);
|
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;
|
dlfile.initial_size = (double)st.st_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue