Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2011-05-20 21:50:35 +0000
committerPeter Eisentraut2011-05-20 21:50:35 +0000
commitbcf63a51e3dbf7cdb70af03ed13e6984dee41ec0 (patch)
treebdc42cbbcea958f9559c4ea56b6173acfa72ca9a /src/pl/plpython/plpython.c
parentc8e0c321194c985a13e7c7e4d3110ac032517350 (diff)
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