From: mquinson Date: Tue, 11 Sep 2007 15:24:54 +0000 (+0000) Subject: Display more info X-Git-Tag: v3.3~1201 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd8f4856c40aaa85fd5f0dee6a9c35fe4fb6ff47 Display more info git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4582 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/synchro/philosopher.c b/examples/gras/synchro/philosopher.c index cc5db31e35..755902793b 100644 --- a/examples/gras/synchro/philosopher.c +++ b/examples/gras/synchro/philosopher.c @@ -115,7 +115,7 @@ int philosopher (int argc,char *argv[]) { dead_end = xbt_mutex_init(); xbt_mutex_lock(dead_end); - INFO0("Spawn the threads"); + INFO2("Spawn the %d threads (%d lunches scheduled)", philosopher_amount, lunch_amount); /* spawn threads */ for (i=0; i