Skip to content

Commit 5ab4e64

Browse files
afiskonkelvich
authored andcommitted
unexisted -> non-existing
1 parent 238766c commit 5ab4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ static void MtmReceiver(Datum arg)
978978
Assert(*msg->gid);
979979
tm = (MtmTransMap*)hash_search(MtmGid2State, msg->gid, HASH_FIND, NULL);
980980
if (tm == NULL || tm->state == NULL) {
981-
MTM_ELOG(WARNING, "Response for unexisted transaction %s from node %d", msg->gid, node);
981+
MTM_ELOG(WARNING, "Response for non-existing transaction %s from node %d", msg->gid, node);
982982
} else {
983983
ts = tm->state;
984984
BIT_SET(ts->votedMask, node-1);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy