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:
parent
aadd7fea2b
commit
1272973b52
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user