Skip to content

Commit

Permalink
Update src/core/qgsofflineediting.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
nyalldawson and DelazJ committed Jun 10, 2021
1 parent 3b2ffc2 commit aac277e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/qgsofflineediting.cpp
Expand Up @@ -573,7 +573,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 Expand Up @@ -1840,4 +1840,3 @@ void QgsOfflineEditing::layerAdded( QgsMapLayer *layer )
}
}


0 comments on commit aac277e

Please sign in to comment.