We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6e3db commit e6f07adCopy full SHA for e6f07ad
src/core/qgsgeometry.cpp
@@ -67,7 +67,7 @@ void throwGEOSException( const char *fmt, ... )
67
vsnprintf( msg, buflen + 1, fmt, ap );
68
va_end( ap );
69
70
- QgsDebugMsg( QString( "GEOS exception encountered: " ).arg( msg ) );
+ QgsDebugMsg( QString( "GEOS exception encountered: %1" ).arg( msg ) );
71
72
throw GEOSException( msg );
73
}
0 commit comments