1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Message style fixes

This commit is contained in:
Peter Eisentraut
2019-09-06 16:12:28 +02:00
parent 021da890bc
commit c5bc7050af
7 changed files with 15 additions and 15 deletions

View File

@ -3281,7 +3281,7 @@ printGSSInfo(void)
if (!PQgssEncInUse(pset.db))
return; /* no GSSAPI encryption in use */
printf(_("GSSAPI Encrypted connection\n"));
printf(_("GSSAPI-encrypted connection\n"));
}