Skip to content

Improve KDBusService error message for missing session bus

Currently the multi-line error message will be printed with \n escaped. To fix this use qPrintable(). While touching those lines also change it to use debug categories and remove "Linux" from the error message since it also applies to other operating systems such as FreeBSD.

Merge request reports