Commit b06b35af authored by Ken Manheimer's avatar Ken Manheimer

Cosmetic - grammar in an error message, noticed along with the lack of

traceback info rectified by the last, more substantive checkin...
parent 11858d5b
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
############################################################################## ##############################################################################
"""Transaction management """Transaction management
$Id: Transaction.py,v 1.16 1999/10/18 17:14:31 jim Exp $""" $Id: Transaction.py,v 1.17 1999/11/10 22:17:18 klm Exp $"""
__version__='$Revision: 1.16 $'[11:-2] __version__='$Revision: 1.17 $'[11:-2]
import time, sys, struct, POSException import time, sys, struct, POSException
from struct import pack from struct import pack
...@@ -279,7 +279,7 @@ class Transaction: ...@@ -279,7 +279,7 @@ class Transaction:
global hosed global hosed
hosed=1 hosed=1
LOG('ZODB', PANIC, LOG('ZODB', PANIC,
"An storage error occurred in the last phase of a " "A storage error occurred in the last phase of a "
"two-phase commit. This shouldn\'t happen. " "two-phase commit. This shouldn\'t happen. "
"The application may be in a hosed state, so " "The application may be in a hosed state, so "
"we will not allow transactions to commit from " "we will not allow transactions to commit from "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment