From: <svn...@op...> - 2010-11-15 19:23:33
|
Author: scriptor Date: Mon Nov 15 20:23:20 2010 New Revision: 6159 URL: http://www.opensync.org/changeset/6159 Log: The default is now: No trace files. Modified: plugins/ldap-sync/tests/test.conf Modified: plugins/ldap-sync/tests/test.conf ============================================================================== --- plugins/ldap-sync/tests/test.conf Tue Nov 9 23:31:56 2010 (r6158) +++ plugins/ldap-sync/tests/test.conf Mon Nov 15 20:23:20 2010 (r6159) @@ -10,8 +10,8 @@ ########## If you want to have libopensync trace files, define this variable: # If the variable is empty, tracing is disabled. -TRACE_FILES="/tmp/trace" -#TRACE_FILES="" +#TRACE_FILES="/tmp/trace" +TRACE_FILES="" export debug="no" |