Navigation Menu

Skip to content

Commit

Permalink
fix postgres provider message
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 22, 2016
1 parent 87ac6ea commit 84121f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -1416,7 +1416,7 @@ void QgsPostgresProvider::determinePrimaryKeyFromUriKeyColumn()
}
else
{
QgsMessageLog::logMessage( tr( "Keys for view/query undefined." ).arg( primaryKey ), tr( "PostGIS" ) );
QgsMessageLog::logMessage( tr( "Keys for view/query undefined." ), tr( "PostGIS" ) );
}
}
else
Expand Down

0 comments on commit 84121f2

Please sign in to comment.