Revision: 14653 Author: adrian.chadd Date: Thu May 13 02:30:17 2010 Log: Disable debug logging by default.
http://code.google.com/p/lusca-cache/source/detail?r=14653 Modified: /branches/LUSCA_HEAD/test-suite/atf/core.c ======================================= --- /branches/LUSCA_HEAD/test-suite/atf/core.c Wed May 12 21:26:39 2010 +++ /branches/LUSCA_HEAD/test-suite/atf/core.c Thu May 13 02:30:17 2010 @@ -51,8 +51,8 @@ void test_core_init(void) { - _db_init("ALL,1"); - _db_set_stderr_debug(1); + _db_init("ALL,0"); + _db_set_stderr_debug(0); memPoolInit(); memBuffersInit(); memStringInit(); -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
