gensec: Make the no-hostname status message much less scary
[obnox/samba/samba-obnox.git] / source4 / auth / gensec / gensec_krb5.c
index 140a165783b5d8a196d09c339b0c321ceb141866..fbec64c4ea8b00b6ebcf5f57d5082d8a03f7932e 100644 (file)
@@ -240,7 +240,7 @@ static NTSTATUS gensec_krb5_common_client_start(struct gensec_security *gensec_s
        NTSTATUS nt_status;
        hostname = gensec_get_target_hostname(gensec_security);
        if (!hostname) {
-               DEBUG(1, ("Could not determine hostname for target computer, cannot use kerberos\n"));
+               DEBUG(3, ("No hostname for target computer passed in, cannot use kerberos for this connection\n"));
                return NT_STATUS_INVALID_PARAMETER;
        }
        if (is_ipaddress(hostname)) {