Skip to content

Commit

Permalink
Fix debug noise
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 18, 2021
1 parent 7d51c05 commit 9dc4985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrelationmanager.cpp
Expand Up @@ -212,7 +212,7 @@ void QgsRelationManager::readProject( const QDomDocument &doc, QgsReadWriteConte
}
else
{
QgsDebugMsg( QStringLiteral( "No polymorphic relations data present in this document" ) );
QgsDebugMsgLevel( QStringLiteral( "No polymorphic relations data present in this document" ), 3 );
}

emit relationsLoaded();
Expand Down

0 comments on commit 9dc4985

Please sign in to comment.