Skip to content

Use Qt logging instead of printf

Fabian Vogt requested to merge work/fvogt/qtlogging into master

There are various places which log with printf instead. By using Qt logging, it ends up in the proper location instead of polluting stdout.

Merge request reports