We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842c17c commit 70775f0Copy full SHA for 70775f0
src/core/qgstransaction.cpp
@@ -123,6 +123,8 @@ bool QgsTransaction::addLayer( const QString& layerId )
123
//connection string not compatible
124
if ( QgsDataSourceURI( layer->source() ).connectionInfo() != mConnString )
125
{
126
+ QgsDebugMsg( QString( "Couldn't start transaction because connection string for layer %1 : '%2' does not match '%3'" ).arg(
127
+ layerId, QgsDataSourceURI( layer->source() ).connectionInfo(), mConnString ) );
128
return false;
129
}
130
0 commit comments