Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.6.2
-
None
-
cf1406051 (dev), 9249490d0 (6.7), 947353a18 (tqtc/lts-6.5)
-
Multimedia wk 15-16, Multimedia wk 17-18
Description
This is a small issue. The warning at qaudioengine_pulse.cpp:131 has incorrect formatting
qWarning() << QString::fromLatin1("Failed to get sink information: %s").arg(QString::fromUtf8(pa_strerror(pa_context_errno(context))));
The '%s' should be '%1'