Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoertzen-sb committed Dec 14, 2023
1 parent 8fc70bc commit ebe604b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/named/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,9 @@ main(int argc, char *argv[]) {
#ifdef HAVE_GPERFTOOLS_PROFILER
(void)ProfilerStart(NULL);
#endif /* ifdef HAVE_GPERFTOOLS_PROFILER */
printf("=============================================================\n");
printf("starting providers\n");
printf("=============================================================\n");

/*
* Technically, this call is superfluous because on startup of the main
Expand Down

0 comments on commit ebe604b

Please sign in to comment.