@@ -960,7 +960,7 @@ CheckSCRAMAuth(Port *port, char *shadow_pass, char **logdetail)
960
960
return STATUS_ERROR ;
961
961
}
962
962
963
- elog (DEBUG4 , "Processing received SASL response of length %d" , buf .len );
963
+ elog (DEBUG4 , "processing received SASL response of length %d" , buf .len );
964
964
965
965
/*
966
966
* The first SASLInitialResponse message is different from the others.
@@ -1151,7 +1151,7 @@ pg_GSS_recvauth(Port *port)
1151
1151
gbuf .length = buf .len ;
1152
1152
gbuf .value = buf .data ;
1153
1153
1154
- elog (DEBUG4 , "Processing received GSS token of length %u" ,
1154
+ elog (DEBUG4 , "processing received GSS token of length %u" ,
1155
1155
(unsigned int ) gbuf .length );
1156
1156
1157
1157
maj_stat = gss_accept_sec_context (
@@ -1428,8 +1428,7 @@ pg_SSPI_recvauth(Port *port)
1428
1428
outbuf .pBuffers = OutBuffers ;
1429
1429
outbuf .ulVersion = SECBUFFER_VERSION ;
1430
1430
1431
-
1432
- elog (DEBUG4 , "Processing received SSPI token of length %u" ,
1431
+ elog (DEBUG4 , "processing received SSPI token of length %u" ,
1433
1432
(unsigned int ) buf .len );
1434
1433
1435
1434
r = AcceptSecurityContext (& sspicred ,
@@ -2957,7 +2956,7 @@ radius_add_attribute(radius_packet *packet, uint8 type, const unsigned char *dat
2957
2956
* fail.
2958
2957
*/
2959
2958
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" ,
2961
2960
type , len );
2962
2961
return ;
2963
2962
}
0 commit comments