* vCtdlLogPrintf(): combine the server data plus the application format string into...
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 13 Oct 2010 19:51:27 +0000 (21:51 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 13 Oct 2010 20:04:06 +0000 (22:04 +0200)
commit2b04732314572d8a432b706f3d3d5c34d67f16a4
tree9563631220788812d35ad40b43c0abb4293a8011
parentda702a7313cb147206630bea66a348cb1dc94fd9
* vCtdlLogPrintf(): combine the server data plus the application format string into a new format string we then process with va_args.
 -> still no strbuf needed
 -> no problems with race conditions causing clashes between several lines
citadel/sysdep.c