Skip to content

Commit ebe604b

Browse files
committed
more debugging
1 parent 8fc70bc commit ebe604b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/named/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,9 @@ main(int argc, char *argv[]) {
15011501
#ifdef HAVE_GPERFTOOLS_PROFILER
15021502
(void)ProfilerStart(NULL);
15031503
#endif /* ifdef HAVE_GPERFTOOLS_PROFILER */
1504+
printf("=============================================================\n");
1505+
printf("starting providers\n");
1506+
printf("=============================================================\n");
15041507

15051508
/*
15061509
* Technically, this call is superfluous because on startup of the main

0 commit comments

Comments
 (0)