diff --git a/Tangential_complex/include/CGAL/Tangential_complex.h b/Tangential_complex/include/CGAL/Tangential_complex.h index 8de84e1c86b..ec3b7926815 100644 --- a/Tangential_complex/include/CGAL/Tangential_complex.h +++ b/Tangential_complex/include/CGAL/Tangential_complex.h @@ -1022,7 +1022,8 @@ public: << "the simplex " << saa.m_center_point_index << ", "; std::copy(saa.m_simplex.begin(), saa.m_simplex.end(), std::ostream_iterator(std::cerr, ", ")); - std::cerr << "was successfully added in the star\n"; + std::cerr << "was successfully added in the star #" + << saa.m_center_point_index << "\n"; //check_if_all_simplices_are_in_the_ambient_delaunay(); } #endif