mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
7272974e5a
commit
d4662e8f9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user