X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02fbf5e463830a439464adae8626cd4f2dad27fd..6db737c47368af61478a5913db284b6e22a47d93:/examples/s4u/energy-ptask/s4u-energy-ptask.cpp diff --git a/examples/s4u/energy-ptask/s4u-energy-ptask.cpp b/examples/s4u/energy-ptask/s4u-energy-ptask.cpp index e699015ed1..267be8c7db 100644 --- a/examples/s4u/energy-ptask/s4u-energy-ptask.cpp +++ b/examples/s4u/energy-ptask/s4u-energy-ptask.cpp @@ -47,6 +47,7 @@ static void runner() XBT_WARN("Woops, this did not timeout as expected... Please report that bug."); } catch (xbt_ex& e) { /* Do nothing this exception on timeout was expected */ + XBT_DEBUG("Caught expected exception: %s", e.what()); } XBT_INFO("Then, build a parallel task involving only computations and no communication (1 Gflop per node)");