Changes between Initial Version and Version 1 of Ticket #18115, comment 8
- Timestamp:
- Dec 4, 2022, 10:30:17 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18115, comment 8
initial v1 10 10 c- the `Validating checksum for Haiku...: Bad data` message. 11 11 12 A quick look at that code makes it seem (to me) that the messages expect the last '\n' to be added by the code actually doing the output (as is done by ` `UserInteractionHandler::Warn()` implementation on pkgman's 'PackageManager::Warn()').12 A quick look at that code makes it seem (to me) that the messages expect the last '\n' to be added by the code actually doing the output (as is done by `UserInteractionHandler::Warn()` implementation on pkgman's `PackageManager::Warn()`). 13 13 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.