aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-05-21 00:50:35 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-05-21 00:50:35 +0300
commitbcf63a51e3dbf7cdb70af03ed13e6984dee41ec0 (patch)
treebdc42cbbcea958f9559c4ea56b6173acfa72ca9a /src/pl/plpython/plpython.c
parentc8e0c321194c985a13e7c7e4d3110ac032517350 (diff)
downloadpostgresql-bcf63a51e3dbf7cdb70af03ed13e6984dee41ec0.tar.gz
postgresql-bcf63a51e3dbf7cdb70af03ed13e6984dee41ec0.zip
Message style improvements
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r--src/pl/plpython/plpython.c2
1 files changed, 1 insertions, 1 deletions
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