summaryrefslogtreecommitdiff
path: root/cups/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/auth.c')
-rw-r--r--cups/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/auth.c b/cups/auth.c
index 634ed1fba..db45bbba6 100644
--- a/cups/auth.c
+++ b/cups/auth.c
@@ -289,7 +289,7 @@ cupsDoAuthentication(
if (_httpSetDigestAuthString(http, nonce, method, resource))
{
- DEBUG_puts("2cupsDoAuthentication: Using Basic.");
+ DEBUG_puts("2cupsDoAuthentication: Using Digest.");
break;
}
}