Changes between Initial Version and Version 1 of Ticket #18115, comment 8


Ignore:
Timestamp:
Dec 4, 2022, 10:30:17 AM (2 years ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18115, comment 8

    initial v1  
    1010 c- the `Validating checksum for Haiku...: Bad data` message.
    1111
    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()').
     12A 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()`).
    1313
    1414But either I get lost too easily (most likely), or I couldn't find where/why it fails to add those '\n' as it should.