From 12edec5ba91099e60c630351ff1d7fb8e53fcb6e Mon Sep 17 00:00:00 2001 From: canape Date: Wed, 20 Feb 2008 15:55:32 +0000 Subject: [PATCH] bug island corrected git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@981 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/src/core/peo_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-peo/src/core/peo_debug.cpp b/trunk/paradiseo-peo/src/core/peo_debug.cpp index 0228a8bb9..5c766c2c0 100644 --- a/trunk/paradiseo-peo/src/core/peo_debug.cpp +++ b/trunk/paradiseo-peo/src/core/peo_debug.cpp @@ -51,7 +51,7 @@ #define DEBUG_PATH "./log/" -static bool debug = true; +static bool debug = false; static char host [MAX_BUFF_SIZE];