Skip to content

powermanagement: Fix log message formatting

ivan tkachenko requested to merge work/ratijas/power-data-lost into master

Printing out QString takes care of adding both spaces and double quotes. Otherwise, it used to be like this:

Data for ' "Battery1" ' not found

Merge request reports