Skip to content

Commit a29468e

Browse files
author
g_j_m
committedJul 6, 2006
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/qgis@5563 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ QGISEXTERN QString fileVectorFilters()
14031403
{
14041404
// NOP, we don't know anything about the current driver
14051405
// with regards to a proper file filter string
1406-
QgsLogger::warning("fileVectorFilters, unknown driver: " + driverName);
1406+
QgsLogger::debug("fileVectorFilters, unknown driver: " + driverName);
14071407
}
14081408

14091409
} // each loaded GDAL driver

0 commit comments

Comments
 (0)
Please sign in to comment.