Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66c61c8

Browse files
committed
Tweak some authentication debug messages to follow project style.
Avoid initial capital, since that's not how we do it.Discussion:https://postgr.es/m/CACP=ajbrFFYUrLyJBLV8=q+eNCapa1xDEyvXhMoYrNphs-xqPw@mail.gmail.com
1 parent3affe76 commit66c61c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/backend/libpq/auth.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ CheckSCRAMAuth(Port *port, char *shadow_pass, char **logdetail)
960960
returnSTATUS_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
(unsignedint)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
(unsignedint)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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp