[geos-commits] r2617 - trunk/source/geom
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Aug 2 19:15:55 EDT 2009
Author: mloskot
Date: 2009-08-02 19:15:54 -0400 (Sun, 02 Aug 2009)
New Revision: 2617
Modified:
trunk/source/geom/GeometryFactory.cpp
Log:
Fixed broken escape sequence in debug msg.
Modified: trunk/source/geom/GeometryFactory.cpp
===================================================================
--- trunk/source/geom/GeometryFactory.cpp 2009-07-17 22:23:41 UTC (rev 2616)
+++ trunk/source/geom/GeometryFactory.cpp 2009-08-02 23:15:54 UTC (rev 2617)
@@ -75,7 +75,7 @@
{
#if GEOS_DEBUG
std::cerr << "GEOS_DEBUG: GeometryFactory["<<this<<"]::GeometryFactory()" << std::endl;
- std::cerr << " \ create PrecisionModel["<<precisionModel<<"]" << std::endl;
+ std::cerr << "\tcreate PrecisionModel["<<precisionModel<<"]" << std::endl;
#endif
}
More information about the geos-commits
mailing list