X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5826c2dea3a9a0d929eed630fb0c84c41015bc3d..d6a677eea07bbb917ebf8aef3d281f37049c5254:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index ad829c2169..5483ae5370 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -90,7 +90,7 @@ static void handler() // an uncaught exception static std::atomic_flag lock = ATOMIC_FLAG_INIT; if (lock.test_and_set()) { - XBT_ERROR("Multiple uncaught exceptions"); + XBT_ERROR("Handling an exception raised an exception. Bailing out."); std::abort(); }