Downgrade the QgsLogger::warning 'fileVectorFilters, unknown driver"

to a QgsLogger::debug, as the messages are confusing the users, and
don't impact on Qgis's ability to load such files.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5563 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-07-06 09:09:17 +00:00
parent 7272974e5a
commit d4662e8f9b

View File

@ -1403,7 +1403,7 @@ QGISEXTERN QString fileVectorFilters()
{
// NOP, we don't know anything about the current driver
// with regards to a proper file filter string
QgsLogger::warning("fileVectorFilters, unknown driver: " + driverName);
QgsLogger::debug("fileVectorFilters, unknown driver: " + driverName);
}
} // each loaded GDAL driver