File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )
12461246
12471247 const QgsField &fld = mAttributeFields [idx];
12481248
1249- QgsDebugMsg ( " Checking field against: " + fld.name () );
1249+ QgsDebugMsgLevel ( " Checking field against: " + fld.name (), 4 );
12501250
12511251 if ( fld.name ().isEmpty () || fld.name () == mGeometryColumn )
12521252 continue ;
@@ -1313,7 +1313,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )
13131313 {
13141314 QgsAttributes attributevec = features->attributes ();
13151315
1316- QgsDebugMsg ( QString ( " insert feature %1" ).arg ( features->id () ) );
1316+ QgsDebugMsgLevel ( QString ( " insert feature %1" ).arg ( features->id () ), 4 );
13171317
13181318 if ( !mGeometryColumn .isNull () )
13191319 {
You can’t perform that action at this time.
0 commit comments