]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/auth.c
Add support for DigestOptions directive in client.conf (Issue #5647)
[thirdparty/cups.git] / cups / auth.c
index 634ed1fba2a2eb9bd8f33a2c4f50f7cd08874a52..db45bbba68bd427bed9fa933dacd54c801ec9d48 100644 (file)
@@ -289,7 +289,7 @@ cupsDoAuthentication(
 
       if (_httpSetDigestAuthString(http, nonce, method, resource))
       {
-       DEBUG_puts("2cupsDoAuthentication: Using Basic.");
+       DEBUG_puts("2cupsDoAuthentication: Using Digest.");
         break;
       }
     }