1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Make sure Phonon errors show up on console, and not just the log file.

This commit is contained in:
Christian Muehlhaeuser 2012-06-07 14:11:18 +02:00
parent aadd7fea2b
commit 1272973b52

View File

@ -684,7 +684,7 @@ AudioEngine::onStateChanged( Phonon::State newState, Phonon::State oldState )
{
stop( UnknownError );
tLog() << "Phonon Error:" << m_mediaObject->errorString() << m_mediaObject->errorType();
tDebug() << "Phonon Error:" << m_mediaObject->errorString() << m_mediaObject->errorType();
emit error( UnknownError );
setState( Error );