Skip to content

Commit e6f07ad

Browse files
author
jef
committed
fix #1268
git-svn-id: http://svn.osgeo.org/qgis/trunk@9244 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e6e3db commit e6f07ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsgeometry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void throwGEOSException( const char *fmt, ... )
6767
vsnprintf( msg, buflen + 1, fmt, ap );
6868
va_end( ap );
6969

70-
QgsDebugMsg( QString( "GEOS exception encountered: " ).arg( msg ) );
70+
QgsDebugMsg( QString( "GEOS exception encountered: %1" ).arg( msg ) );
7171

7272
throw GEOSException( msg );
7373
}

0 commit comments

Comments
 (0)