Skip to content

Commit

Permalink
oracle provider: fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 12, 2013
1 parent cbe7f67 commit bc64121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -2231,7 +2231,7 @@ bool QgsOracleProvider::createSpatialIndex()
.arg( quotedValue( mGeometryColumn ) ) )
)
{
QgsMessageLog::logMessage( tr( "Could not update metadata for %1.%2.\nSQL:%1\nError: %2" )
QgsMessageLog::logMessage( tr( "Could not update metadata for %1.%2.\nSQL:%3\nError: %4" )
.arg( mTableName )
.arg( mGeometryColumn )
.arg( qry.lastQuery() )
Expand Down

0 comments on commit bc64121

Please sign in to comment.