+1993. [bug] Log messsage, via syslog, were missing the space
+ after the timestamp if "print-time yes" was specified.
+ [RT #15844]
+
1992. [bug] Not all incoming zone transfer messages included the
view. [RT #15825]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: log.c,v 1.84.18.6 2005/07/12 01:22:28 marka Exp $ */
+/* $Id: log.c,v 1.84.18.7 2006/03/01 02:25:11 marka Exp $ */
/*! \file
* \author Principal Authors: DCL */
syslog_level = syslog_map[-level];
(void)syslog(FACILITY(channel) | syslog_level,
- "%s%s%s%s%s%s%s%s%s",
+ "%s%s%s%s%s%s%s%s%s%s",
printtime ? time_string : "",
+ printtime ? " " : "",
printtag ? lcfg->tag : "",
printtag ? ": " : "",
printcategory ? category->name : "",