Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system

Colin Walters walters at verbum.org
Tue Mar 16 19:20:18 PDT 2010


On Tue, Mar 16, 2010 at 7:07 PM, Ralf Habacker <ralf.habacker at freenet.de> wrote:
>
> These functions looks identically to me execpt the way the dynamic parameter
> list is provided. Could we reduce this new function to only one function
> with the va_list parameter as provided before by _

Having two versions is very common in C, in fact having one without
the other is often going to bite down the road, even if nothing uses
it now.

The "..." version is almost always just a trivial wrapper, so the cost
is tiny.  Anyways I've already applied Romain's patch to fix it.


More information about the dbus mailing list