This commit is contained in:
Jérôme Charaoui 2023-01-28 12:02:31 -05:00
parent 74fac1dce0
commit e9f60d5221
No known key found for this signature in database
GPG Key ID: 69C52F658E988542
1 changed files with 2 additions and 2 deletions

View File

@ -949,7 +949,7 @@ static void *Cache_bgdl(void *arg)
cf->next_dl_offset);
if (recv < 0) {
lprintf(error, "thread %x received %ld bytes, \
which does't make sense\n", pthread_self(), recv);
which doesn't make sense\n", pthread_self(), recv);
}
if ((recv == cf->blksz) ||
@ -1030,7 +1030,7 @@ Cache_read(Cache *cf, char *const output_buf, const off_t len,
dl_offset);
if (recv < 0) {
lprintf(error, "thread %x received %ld bytes, \
which does't make sense\n", pthread_self(), recv);
which doesn't make sense\n", pthread_self(), recv);
}
/*
* check if we have received enough data, write it to the disk