Navigation Menu

Skip to content

Commit

Permalink
Downgrade the QgsLogger::warning 'fileVectorFilters, unknown driver"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
g_j_m committed Jul 6, 2006
1 parent 7272974 commit d4662e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -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
Expand Down

0 comments on commit d4662e8

Please sign in to comment.