1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02: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 );