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 @@ -1101,11 +1101,11 @@ bool QgsOapifSharedData::computeServerFilter( QString &errorMsg )
1101
1101
{
1102
1102
if ( mFilterTranslationState == QgsOapifProvider::FilterTranslationState::PARTIAL )
1103
1103
{
1104
- QgsDebugMsg ( QStringLiteral ( " Part of the filter will be evaluated on client-side: %1" ).arg ( mClientSideFilterExpression ) );
1104
+ QgsDebugMsgLevel ( QStringLiteral ( " Part of the filter will be evaluated on client-side: %1" ).arg ( mClientSideFilterExpression ), 2 );
1105
1105
}
1106
1106
else if ( mFilterTranslationState == QgsOapifProvider::FilterTranslationState::FULLY_CLIENT )
1107
1107
{
1108
- QgsDebugMsg ( " Whole filter will be evaluated on client-side" );
1108
+ QgsDebugMsgLevel ( QStringLiteral ( " Whole filter will be evaluated on client-side" ), 2 );
1109
1109
}
1110
1110
}
1111
1111
return ret;
You can’t perform that action at this time.
0 commit comments