diff -r e6ad4ef83b23 -r b7da29130b0e src/hbcore/utils/hbdeviceprofile.cpp --- a/src/hbcore/utils/hbdeviceprofile.cpp Thu Sep 02 20:44:51 2010 +0300 +++ b/src/hbcore/utils/hbdeviceprofile.cpp Fri Sep 17 08:32:10 2010 +0300 @@ -88,9 +88,8 @@ found = true; } } - if (!found) { - qWarning() << "Device profile" << name << "not found!"; - } + // The !found case is actually normal, just have the default constructed + // profile in that case, no need to raise errors. } }