mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
lint
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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 */
|
/* Principal Authors: DCL */
|
||||||
|
|
||||||
@@ -1189,7 +1189,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
|
|||||||
|
|
||||||
snprintf(time_string + len,
|
snprintf(time_string + len,
|
||||||
sizeof(time_string) - len,
|
sizeof(time_string) - len,
|
||||||
".%03ld ",
|
".%03u ",
|
||||||
isc_time_nanoseconds(&time)
|
isc_time_nanoseconds(&time)
|
||||||
/ 1000000);
|
/ 1000000);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user