diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-23 05:10:03 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-23 05:11:49 (GMT) |
commit | 4325feb3b93a7676e0b2d0301b8a17f69ffa7c1e (patch) | |
tree | 2434e0274732422f5c833311ce58a16bce8e25c3 /src/plugins/mediaservices/directshow/dsserviceplugin.cpp | |
parent | 0b4e388d88af73c9f542289d40b261cd32116380 (diff) | |
download | Qt-4325feb3b93a7676e0b2d0301b8a17f69ffa7c1e.zip Qt-4325feb3b93a7676e0b2d0301b8a17f69ffa7c1e.tar.gz Qt-4325feb3b93a7676e0b2d0301b8a17f69ffa7c1e.tar.bz2 |
Remove active qDebugs.
Change to qWarning where appropriate, otherwise comment
Reviewed-by: Dmytro Poplavskiy
Diffstat (limited to 'src/plugins/mediaservices/directshow/dsserviceplugin.cpp')
-rw-r--r-- | src/plugins/mediaservices/directshow/dsserviceplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mediaservices/directshow/dsserviceplugin.cpp b/src/plugins/mediaservices/directshow/dsserviceplugin.cpp index f3ab889..c482fd5 100644 --- a/src/plugins/mediaservices/directshow/dsserviceplugin.cpp +++ b/src/plugins/mediaservices/directshow/dsserviceplugin.cpp @@ -94,7 +94,7 @@ QMediaService* DSServicePlugin::create(QString const& key) return new DirectShowPlayerService; #endif - qDebug() << "unsupported key:" << key; + qWarning() << "DirectShow service plugin: unsupported service -" << key; return 0; } |