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

Re: Svnserve still exiting randomly in threaded mode

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-18 21:38:29 CEST

Greg Hudson wrote:

> Constructing strings? Why would you have to construct any strings
> specifically for logging? The final assembly would presumably be done
> printf-style within the log function, and the arguments should generally
> be ready-made.
>

I'm going to have a look at the logging in the ra_dav code, because if I'm not
mistaken, the log messages will have a variable number of arguments depending on
the exact thing being logged. Are you suggesting that the caller pass a format
string and an array of arguments and the logger function puts it together?

 From what I remember of the places I saw svn_error_createf() being used, the
/caller/ was responsible for constructing the single string which was passed up
the chain. Is that not the model that would normally be followed?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 18 21:38:30 2004

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.