Skip to content
  • Andrew Shark's avatar
    IPC: Fix message splitting in MODULE_LOGMSG · a9791cb9
    Andrew Shark authored
    When there is no source directory, and you are seeing debug messages, like in command `kdesrc-build -p --debug`, the message "KDE source download directory doesn't exist, creating.\n" is sent.
    
    But it was shown incorrectly, because the split command omitted the part of the message after comma. Fix by using limit parameter.
    a9791cb9