mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Make sure Phonon errors show up on console, and not just the log file.
This commit is contained in:
@@ -684,7 +684,7 @@ AudioEngine::onStateChanged( Phonon::State newState, Phonon::State oldState )
|
|||||||
{
|
{
|
||||||
stop( UnknownError );
|
stop( UnknownError );
|
||||||
|
|
||||||
tLog() << "Phonon Error:" << m_mediaObject->errorString() << m_mediaObject->errorType();
|
tDebug() << "Phonon Error:" << m_mediaObject->errorString() << m_mediaObject->errorType();
|
||||||
|
|
||||||
emit error( UnknownError );
|
emit error( UnknownError );
|
||||||
setState( Error );
|
setState( Error );
|
||||||
|
Reference in New Issue
Block a user