summaryrefslogtreecommitdiff
path: root/source3/python/py_lsa.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-16 05:13:50 +0000
committerTim Potter <tpot@samba.org>2002-05-16 05:13:50 +0000
commit70da1dec973e1736a6ec9f12a1598a077f36e274 (patch)
tree8fa2c246c0e986c45d5e937a1a6e41a5aacbd0f6 /source3/python/py_lsa.c
parent286d3a80fdcd316ebbf63b007a24e787143313a4 (diff)
downloadsamba-70da1dec973e1736a6ec9f12a1598a077f36e274.tar.gz
samba-70da1dec973e1736a6ec9f12a1598a077f36e274.tar.bz2
samba-70da1dec973e1736a6ec9f12a1598a077f36e274.zip
Shorten some debug messages.
(This used to be commit 179c68bd0db7c2631fcf052a746acacedf3c47ac)
Diffstat (limited to 'source3/python/py_lsa.c')
-rw-r--r--source3/python/py_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_lsa.c b/source3/python/py_lsa.c
index 82055181cc..0f71187aa6 100644
--- a/source3/python/py_lsa.c
+++ b/source3/python/py_lsa.c
@@ -75,7 +75,7 @@ static PyObject *lsa_open_policy(PyObject *self, PyObject *args,
if (!(mem_ctx = talloc_init())) {
PyErr_SetString(
- lsa_error, "unable to initialise talloc context\n");
+ lsa_error, "unable to init talloc context\n");
return NULL;
}