Changes between Version 1 and Version 2 of Ticket #18115, comment 8
- Timestamp:
- Dec 4, 2022, 10:32:41 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18115, comment 8
v1 v2 14 14 But either I get lost too easily (most likely), or I couldn't find where/why it fails to add those '\n' as it should. 15 15 16 2- There's seems to be a `Validating checksum for <reponame>` message for two different stages of validation, the one for the URL checksum (performed by `BRefreshRepositoryRequest::CreateInitialJobs()`) and for the "repocache" checksum (done by `BRefreshRepositoryRequest::_FetchRepositoryCache()`.16 2- There's seems to be a `Validating checksum for <reponame>` message for two different stages of validation, the one for the repository checksum (performed by `BRefreshRepositoryRequest::CreateInitialJobs()`) and for the "repository cache" checksum (done by `BRefreshRepositoryRequest::_FetchRepositoryCache()`. 17 17 18 18 I guess the second should be changed, so in this case, instead of getting: … … 22 22 we should have something like: 23 23 24 `Validating checksum for Haiku repo cache...: Bad data`24 `Validating checksum for Haiku repository cache...: Bad data` 25 25 26 26 no?