X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fafp_config.c;h=12a3b494afdb9b83d5cab790aed1de6cd6fd8a7d;hp=cb836b81a7a19e7a760fbc1e77df1bf3cf077bf4;hb=0106aa74dbf137e3bffc276fc18765a76a6c7615;hpb=7e8176ccdb84296ac46cd211c8a1a6884d1d95f3 diff --git a/etc/afpd/afp_config.c b/etc/afpd/afp_config.c index cb836b81..12a3b494 100644 --- a/etc/afpd/afp_config.c +++ b/etc/afpd/afp_config.c @@ -375,10 +375,10 @@ static AFPConfig *DSIConfigInit(const struct afp_options *options, } if (options->flags & OPTION_PROXY) { - LOG(log_info, logtype_afpd, "AFP/TCP proxy initialized for %s:%d (%s)", + LOG(log_note, logtype_afpd, "AFP/TCP proxy initialized for %s:%d (%s)", getip_string((struct sockaddr *)&dsi->server), getip_port((struct sockaddr *)&dsi->server), VERSION); } else { - LOG(log_info, logtype_afpd, "AFP/TCP started, advertising %s:%d (%s)", + LOG(log_note, logtype_afpd, "AFP/TCP started, advertising %s:%d (%s)", getip_string((struct sockaddr *)&dsi->server), getip_port((struct sockaddr *)&dsi->server), VERSION); }