X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.c;h=09aef65451542cf7f90d5a860f164b191fef74e7;hb=2e5bfef2c1708874507a51c9469b2c181b5523f4;hp=31d65c9afdd1f5576f6edd5ddf318bef9fb4fad1;hpb=5629373d62f7a65f9bbef3a0b664cfc7ee598482;p=citadel.git diff --git a/citadel/locate_host.c b/citadel/locate_host.c index 31d65c9af..09aef6545 100644 --- a/citadel/locate_host.c +++ b/citadel/locate_host.c @@ -35,7 +35,7 @@ void locate_host(char *tbuf, size_t n, int a1, a2, a3, a4; char address_string[SIZ]; - lprintf(9, "locate_host() called\n"); + lprintf(CTDL_DEBUG, "locate_host() called\n"); #ifdef HAVE_NONREENTRANT_NETDB begin_critical_section(S_NETDB); @@ -83,7 +83,7 @@ bad_dns: #endif tbuf[63] = 0; - lprintf(9, "locate_host() exiting\n"); + lprintf(CTDL_DEBUG, "locate_host() exiting\n"); }