]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/auth.c
Merge changes from r6758 to r6781.
[thirdparty/cups.git] / cups / auth.c
index 1f9072c5b080aa25cd4210b1f5cd2f09d56c57e5..ceb65ec2f062daf3359688f19fd3584536ece824 100644 (file)
@@ -293,7 +293,7 @@ cupsDoAuthentication(http_t     *http,      /* I - HTTP connection to server */
     {
 #  ifdef DEBUG
       DEBUG_gss_printf(major_status, minor_status,
-                      "Unable to initialise security context");
+                      "Unable to initialize security context");
 #  endif /* DEBUG */
       return (-1);
     }
@@ -425,6 +425,8 @@ cups_get_gss_creds(
 
   snprintf(buf, sizeof(buf), "%s@%s", service_name, fqdn);
 
+  DEBUG_printf(("cups_get_gss_creds: Looking up %s...\n", buf));
+
   token.value  = buf;
   token.length = strlen(buf);
   server_name  = GSS_C_NO_NAME;