summaryrefslogtreecommitdiff
path: root/src/txn/txn_failchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txn/txn_failchk.c')
-rw-r--r--src/txn/txn_failchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txn/txn_failchk.c b/src/txn/txn_failchk.c
index b2007ad6..94f22ec2 100644
--- a/src/txn/txn_failchk.c
+++ b/src/txn/txn_failchk.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -57,7 +57,7 @@ retry: TXN_SYSTEM_LOCK(env);
if (F_ISSET(td, TXN_DTL_INMEMORY)) {
TXN_SYSTEM_UNLOCK(env);
- return (__db_failed(env, DB_STR("4501",
+ return (__db_failed(env, DB_STR("4573",
"Transaction has in memory logs"),
td->pid, td->tid));
}