Skip to content

Print error with higher logging severity when backend fails to load

Nicolas Fella requested to merge work/nico/print-error into master

When the backend plugin fails to load we print a critical message, but the error from the plugin loader is only shown as debug, which is not enabled by default

Print the actual error in the same qCCritical so that we always see it

Merge request reports