[QGIS Commit] r9244 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Sep 2 11:02:53 EDT 2008


Author: jef
Date: 2008-09-02 11:02:53 -0400 (Tue, 02 Sep 2008)
New Revision: 9244

Modified:
   trunk/qgis/src/core/qgsgeometry.cpp
Log:
fix #1268

Modified: trunk/qgis/src/core/qgsgeometry.cpp
===================================================================
--- trunk/qgis/src/core/qgsgeometry.cpp	2008-09-02 08:52:55 UTC (rev 9243)
+++ trunk/qgis/src/core/qgsgeometry.cpp	2008-09-02 15:02:53 UTC (rev 9244)
@@ -67,7 +67,7 @@
   vsnprintf( msg, buflen + 1, fmt, ap );
   va_end( ap );
 
-  QgsDebugMsg( QString( "GEOS exception encountered: " ).arg( msg ) );
+  QgsDebugMsg( QString( "GEOS exception encountered: %1" ).arg( msg ) );
 
   throw GEOSException( msg );
 }



More information about the QGIS-commit mailing list