[geos-commits] [SCM] GEOS branch master updated. d97b0e5cdb075bd61b73096e75915880d3b000de

git at osgeo.org git at osgeo.org
Mon Apr 22 11:55:56 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  d97b0e5cdb075bd61b73096e75915880d3b000de (commit)
      from  b5133ae3b0dc166c2b53b951a19c63f5a58d6044 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d97b0e5cdb075bd61b73096e75915880d3b000de
Author: Daniel Baston <dbaston at gmail.com>
Date:   Mon Apr 22 14:55:30 2019 -0400

    Fix copy-paste error in debug output

diff --git a/capi/geos_ts_c.cpp b/capi/geos_ts_c.cpp
index 1beaa76..80d4795 100644
--- a/capi/geos_ts_c.cpp
+++ b/capi/geos_ts_c.cpp
@@ -2131,7 +2131,7 @@ extern "C" {
         catch(const std::exception& e) {
 #if VERBOSE_EXCEPTIONS
             std::ostringstream s;
-            s << "Exception on GEOSUnion with following inputs:" << std::endl;
+            s << "Exception on GEOSUnion_r with following inputs:" << std::endl;
             s << "A: " << g1->toString() << std::endl;
             s << "B: " << g2->toString() << std::endl;
             handle->NOTICE_MESSAGE("%s", s.str().c_str());
@@ -2165,7 +2165,7 @@ extern "C" {
         catch(const std::exception& e) {
 #if VERBOSE_EXCEPTIONS
             std::ostringstream s;
-            s << "Exception on GEOSUnaryUnion with following inputs:" << std::endl;
+            s << "Exception on GEOSUnaryUnion_r with following inputs:" << std::endl;
             s << "A: " << g1->toString() << std::endl;
             s << "B: " << g2->toString() << std::endl;
             handle->NOTICE_MESSAGE("%s", s.str().c_str());
@@ -2199,7 +2199,7 @@ extern "C" {
         catch(const std::exception& e) {
 #if VERBOSE_EXCEPTIONS
             std::ostringstream s;
-            s << "Exception on GEOSUnaryUnion with following inputs:" << std::endl;
+            s << "Exception on GEOSNode_r with following inputs:" << std::endl;
             s << "A: " << g1->toString() << std::endl;
             s << "B: " << g2->toString() << std::endl;
             handle->NOTICE_MESSAGE("%s", s.str().c_str());
@@ -2301,7 +2301,7 @@ extern "C" {
         catch(const std::exception& e) {
 #if VERBOSE_EXCEPTIONS
             std::ostringstream s;
-            s << "Exception on GEOSClipByRect with following inputs:" << std::endl;
+            s << "Exception on GEOSClipByRect_r with following inputs:" << std::endl;
             s << "A: " << g1->toString() << std::endl;
             s << "B: " << g2->toString() << std::endl;
             handle->NOTICE_MESSAGE("%s", s.str().c_str());

-----------------------------------------------------------------------

Summary of changes:
 capi/geos_ts_c.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list