Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add dummy instruction to please sonar.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Dec 2017 21:22:43 +0000 (22:22 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Dec 2017 21:25:54 +0000 (22:25 +0100)
examples/s4u/energy-ptask/s4u-energy-ptask.cpp

index e699015..267be8c 100644 (file)
@@ -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)");