We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74c2ba commit ba96ab1Copy full SHA for ba96ab1
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