X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fraop.c;fp=src%2Flib%2Fraop.c;h=e5c6539c0b60bb20af6337b9ef492aab3cf1aad0;hb=88631dc4d381e81cca5e7b627ebc5d56b6827537;hp=f3cc399b6a5f99fc13e5a9d97e0973ddec7bc812;hpb=093f6e0042a9e1d673052d7dbf35508c3f305bb6;p=deb_shairplay.git diff --git a/src/lib/raop.c b/src/lib/raop.c index f3cc399..e5c6539 100644 --- a/src/lib/raop.c +++ b/src/lib/raop.c @@ -167,8 +167,9 @@ conn_request(void *ptr, http_request_t *request, http_response_t **response) res = http_response_init("RTSP/1.0", 401, "Unauthorized"); http_response_add_header(res, "WWW-Authenticate", authstr); free(authstr); + logger_log(conn->raop->logger, LOGGER_DEBUG, "Authentication unsuccessful, sending Unauthorized"); } else { - logger_log(conn->raop->logger, LOGGER_DEBUG, "AUTHENTICATION SUCCESS!"); + logger_log(conn->raop->logger, LOGGER_DEBUG, "Authentication successful!"); } }