* 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:15:53 +0000 (22:15 +0200)
commitfb181fc0c1be1f3f05e7891e635c2ad5503b3abc
tree391f14f8d32727c05c6b113ef11adcd4d7f30a1d
parent8855aca0e6075d4745a0068e4cdf0846f1a17563
* 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