Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove debug INFO (oops)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Aug 2007 20:01:54 +0000 (20:01 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Aug 2007 20:01:54 +0000 (20:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4026 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/synchro/philosopher.c

index 5095a5e..462ef4f 100644 (file)
@@ -135,8 +135,7 @@ int philosopher (int argc,char *argv[]) {
   INFO0("Cancel all childs");
   /* nuke them threads */
   for (i=0; i<philosopher_amount; i++) {
   INFO0("Cancel all childs");
   /* nuke them threads */
   for (i=0; i<philosopher_amount; i++) {
-    INFO1("Canceling %p",philosophers[i]);
-     xbt_thread_cancel(philosophers[i]);
+    xbt_thread_cancel(philosophers[i]);
   }
 
   xbt_mutex_unlock(dead_end);
   }
 
   xbt_mutex_unlock(dead_end);