mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 02:34:20 -04:00
[v9_9] previous commit incomplete
(cherry picked from commit 5255b631b1)
This commit is contained in:
parent
6c696e0ede
commit
14122dd06b
1 changed files with 2 additions and 2 deletions
|
|
@ -547,8 +547,8 @@ debug(const char *format, ...) {
|
|||
fflush(stdout);
|
||||
if (debugtiming) {
|
||||
TIME_NOW(&t);
|
||||
fprintf(stderr, "%d.%06d: ",
|
||||
t.seconds, t.nanoseconds / 1000);
|
||||
fprintf(stderr, "%d.%06d: ", isc_time_seconds(&t),
|
||||
isc_time_nanoseconds(&t) / 1000);
|
||||
}
|
||||
va_start(args, format);
|
||||
vfprintf(stderr, format, args);
|
||||
|
|
|
|||
Loading…
Reference in a new issue