From fd8f4856c40aaa85fd5f0dee6a9c35fe4fb6ff47 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 11 Sep 2007 15:24:54 +0000 Subject: [PATCH 1/1] Display more info git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4582 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/synchro/philosopher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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