We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd8136 commit b6ad920Copy full SHA for b6ad920
src/core/geometry/qgsgeos.cpp
@@ -59,7 +59,7 @@ static void throwGEOSException( const char *fmt, ... )
59
vsnprintf( buffer, sizeof buffer, fmt, ap );
60
va_end( ap );
61
62
- QgsDebugMsg( QString( "GEOS exception: %1" ).arg( buffer ) );
+ qWarning( "GEOS exception: %s", buffer );
63
64
throw GEOSException( QString::fromUtf8( buffer ) );
65
}
0 commit comments