On Jun 28, 2011 5:55 AM, <s...@apache.org> wrote: > > Author: stsp > Date: Tue Jun 28 09:55:04 2011 > New Revision: 1140505 > > URL: http://svn.apache.org/viewvc?rev=1140505&view=rev > Log: > stats++ > * subversion/libsvn_subr/io.c > (svn_io_get_dir_filenames, temp_file_create): Fix indentation fallout from > the svn_error_return() -> svn_error_trace() rename. (Why didn't we call it > svn_error_traced()?)
Because 'trace' is active, representing what is occurring at that moment. 'traced' is historical/passive and does not represent the action. Proper naming is better than inconvenience :-) Cheers, -g