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

Re: [PATCH] libsvn_repos logging API -- 2nd draft

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-07-15 18:58:07 CEST

Ben Collins-Sussman wrote:

> Okay, here's a 2nd draft of the logging API, based on feedback.

> +/** Convenience function: same as @c svn_repos_write_errorlog, but
> + * automatically write @a err->message at level @c
> svn_repos_loglevel_error.
> + */
> +svn_error_t *
> +svn_repos_write_errorlog_error (svn_repos_t *repos,
> + svn_error_t *err,
> + apr_pool_t *pool);

You missed the svn_error_t* return here.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 15 18:59:10 2005

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.