mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
lint
This commit is contained in:
parent
c192f12b0f
commit
4dcfb5fb22
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue