From bcf63a51e3dbf7cdb70af03ed13e6984dee41ec0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 21 May 2011 00:50:35 +0300 Subject: Message style improvements --- src/pl/plpython/plpython.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/plpython.c') diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index fe44a1a16a0..e81f62542ff 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -3937,7 +3937,7 @@ PLy_add_exceptions(PyObject *plpy) excmod = PyModule_Create(&PLy_exc_module); #endif if (PyModule_AddObject(plpy, "spiexceptions", excmod) < 0) - PLy_elog(ERROR, "failed to add the spiexceptions module"); + PLy_elog(ERROR, "could not add the spiexceptions module"); /* * XXX it appears that in some circumstances the reference count of the -- cgit v1.2.3