return STATUS_ERROR;
}
- elog(DEBUG4, "Processing received SASL response of length %d", buf.len);
+ elog(DEBUG4, "processing received SASL response of length %d", buf.len);
/*
* The first SASLInitialResponse message is different from the others.
gbuf.length = buf.len;
gbuf.value = buf.data;
- elog(DEBUG4, "Processing received GSS token of length %u",
+ elog(DEBUG4, "processing received GSS token of length %u",
(unsigned int) gbuf.length);
maj_stat = gss_accept_sec_context(
outbuf.pBuffers = OutBuffers;
outbuf.ulVersion = SECBUFFER_VERSION;
-
- elog(DEBUG4, "Processing received SSPI token of length %u",
+ elog(DEBUG4, "processing received SSPI token of length %u",
(unsigned int) buf.len);
r = AcceptSecurityContext(&sspicred,
* fail.
*/
elog(WARNING,
- "Adding attribute code %d with length %d to radius packet would create oversize packet, ignoring",
+ "adding attribute code %d with length %d to radius packet would create oversize packet, ignoring",
type, len);
return;
}