mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Message wording improvements
This commit is contained in:
@@ -312,7 +312,7 @@ auth_failed(Port *port, int status, const char *logdetail)
|
||||
break;
|
||||
}
|
||||
|
||||
cdetail = psprintf(_("Connection matched %s line %d: \"%s\""),
|
||||
cdetail = psprintf(_("Connection matched file \"%s\" line %d: \"%s\""),
|
||||
port->hba->sourcefile, port->hba->linenumber,
|
||||
port->hba->rawline);
|
||||
if (logdetail)
|
||||
|
||||
Reference in New Issue
Block a user