| Index: Source/WebCore/platform/graphics/MediaPlayer.cpp
|
| diff --git a/Source/WebCore/platform/graphics/MediaPlayer.cpp b/Source/WebCore/platform/graphics/MediaPlayer.cpp
|
| index 89c5ba5a33b9a9dab7ef286894f939733543e841..1113b55818a45d66c14d2399a36e5f4600026d1c 100644
|
| --- a/Source/WebCore/platform/graphics/MediaPlayer.cpp
|
| +++ b/Source/WebCore/platform/graphics/MediaPlayer.cpp
|
| @@ -422,7 +422,7 @@ void MediaPlayer::loadWithNextMediaEngine(MediaPlayerFactory* current)
|
|
|
| // Don't delete and recreate the player unless it comes from a different engine.
|
| if (!engine) {
|
| - LOG(Media, "MediaPlayer::loadWithNextMediaEngine - no media engine found for type \"%s\"", m_contentMIMEType.utf8().data());
|
| + LOG_INFO(Media, "MediaPlayer::loadWithNextMediaEngine - no media engine found for type \"%s\"", m_contentMIMEType.utf8().data());
|
| m_currentMediaEngine = engine;
|
| m_private = nullptr;
|
| } else if (m_currentMediaEngine != engine) {
|
|
|