[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: annoyance in error reporting

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-11-24 21:48:11 CET

On Mon, 2003-11-24 at 14:54, kfogel@collab.net wrote:
> + svn_error_t *sanitized_error = svn_error_quick_wrap(serr, new_msg);
> +
> + ap_log_rerror(APLOG_MARK, APLOG_ERR, APR_EGENERAL, r,
> + "%s", serr->message);
> +
> + /* Return a slightly less informative error to dav. */
> + return dav_svn_convert_err (sanitized_error,
> + HTTP_INTERNAL_SERVER_ERROR,
> + apr_psprintf(r->pool, new_msg));

So now we're relying on dav_svn_convert_err only converting the
top-level error? That seems like the wrong direction to move in.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 21:49:25 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.