]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
update test negotiation times
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 24 Jul 2007 11:25:08 +0000 (11:25 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 24 Jul 2007 11:25:08 +0000 (11:25 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@587 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_debug.h

index e95e635e3783689a8ec37b5db1321bd928f2e036..089873f6338fd6f78f489b19e6bd1cc1a973b3e5 100644 (file)
@@ -75,9 +75,9 @@
 #include <stdarg.h> // for va_list, va_start and va_end
 
 // Tune the following FLAGS to select the debugging messages to be generated
-#define FRSH_DEBUG_CALLBACKS true
+#define FRSH_DEBUG_CALLBACKS false
 #define FRSH_DEBUG_WATCHDOG true
-#define FRSH_DEBUG_TIMEDWAIT true
+#define FRSH_DEBUG_TIMEDWAIT false
 #define FRSH_DEBUG_SERVICE_TH true
 
 static void inline DEBUG(bool is_active, const char *format, ...)