2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Bob Halley
2000-03-14 19:27:55 +00:00
parent c192f12b0f
commit 4dcfb5fb22

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.21 2000/03/10 17:53:16 tale Exp $ */
/* $Id: log.c,v 1.22 2000/03/14 19:27:55 halley Exp $ */
/* Principal Authors: DCL */
@@ -1189,7 +1189,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
snprintf(time_string + len,
sizeof(time_string) - len,
".%03ld ",
".%03u ",
isc_time_nanoseconds(&time)
/ 1000000);