Fix copy & pasto in WARNING message.

pull/1650/head
Andres Freund 2017-06-30 18:20:54 -07:00 committed by Metin Doslu
parent 4f78e4432d
commit 7db61f148b
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ FinishRemoteTransactionAbort(MultiConnection *connection)
if (transaction->transactionState == REMOTE_TRANS_1PC_ABORTING) if (transaction->transactionState == REMOTE_TRANS_1PC_ABORTING)
{ {
ereport(WARNING, ereport(WARNING,
(errmsg("failed to abort 2PC transaction \"%s\" on %s:%d", (errmsg("failed to abort 1PC transaction \"%s\" on %s:%d",
transaction->preparedName, connection->hostname, transaction->preparedName, connection->hostname,
connection->port))); connection->port)));
} }