@@ -960,7 +960,7 @@ CheckSCRAMAuth(Port *port, char *shadow_pass, char **logdetail)
960960 return STATUS_ERROR ;
961961 }
962962
963- elog (DEBUG4 , "Processing received SASL response of length %d" , buf .len );
963+ elog (DEBUG4 , "processing received SASL response of length %d" , buf .len );
964964
965965 /*
966966 * The first SASLInitialResponse message is different from the others.
@@ -1151,7 +1151,7 @@ pg_GSS_recvauth(Port *port)
11511151 gbuf .length = buf .len ;
11521152 gbuf .value = buf .data ;
11531153
1154- elog (DEBUG4 , "Processing received GSS token of length %u" ,
1154+ elog (DEBUG4 , "processing received GSS token of length %u" ,
11551155 (unsigned int ) gbuf .length );
11561156
11571157 maj_stat = gss_accept_sec_context (
@@ -1428,8 +1428,7 @@ pg_SSPI_recvauth(Port *port)
14281428 outbuf .pBuffers = OutBuffers ;
14291429 outbuf .ulVersion = SECBUFFER_VERSION ;
14301430
1431-
1432- elog (DEBUG4 , "Processing received SSPI token of length %u" ,
1431+ elog (DEBUG4 , "processing received SSPI token of length %u" ,
14331432 (unsigned int ) buf .len );
14341433
14351434 r = AcceptSecurityContext (& sspicred ,
@@ -2957,7 +2956,7 @@ radius_add_attribute(radius_packet *packet, uint8 type, const unsigned char *dat
29572956 * fail.
29582957 */
29592958 elog (WARNING ,
2960- "Adding attribute code %d with length %d to radius packet would create oversize packet, ignoring" ,
2959+ "adding attribute code %d with length %d to radius packet would create oversize packet, ignoring" ,
29612960 type , len );
29622961 return ;
29632962 }
0 commit comments