Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/qgsofflineediting.cpp
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
nyalldawson and DelazJ committed Jun 13, 2021
1 parent 8be06d8 commit c100c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsofflineediting.cpp
Expand Up @@ -563,7 +563,7 @@ QgsVectorLayer *QgsOfflineEditing::copyVectorLayer( QgsVectorLayer *layer, sqlit
{
if ( !layer || !layer->isValid() )
{
QgsDebugMsgLevel( QStringLiteral( "Layer %1 is invalid and cannot be coppied" ).arg( layer ? layer->id() : QStringLiteral( "<UNKNOWN>" ) ), 4 );
QgsDebugMsgLevel( QStringLiteral( "Layer %1 is invalid and cannot be copied" ).arg( layer ? layer->id() : QStringLiteral( "<UNKNOWN>" ) ), 4 );
return nullptr;
}

Expand Down

0 comments on commit c100c5d

Please sign in to comment.