Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uncomment debug message.
[simgrid.git] / teshsuite / mc / random-bug / random-bug.cpp
index 87c26da..ca5b2fe 100644 (file)
@@ -19,7 +19,7 @@ static void app()
 {
   int x = MC_random(0, 5);
   int y = MC_random(0, 5);
-  // XBT_INFO("got %d %d",x,y);
+  XBT_DEBUG("got %d %d", x, y);
 
   if (behavior == Behavior::ASSERT) {
     MC_assert(x != 3 || y != 4);