From 179c68bd0db7c2631fcf052a746acacedf3c47ac Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 16 May 2002 05:13:50 +0000 Subject: Shorten some debug messages. --- source/python/py_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/python/py_samr.c') diff --git a/source/python/py_samr.c b/source/python/py_samr.c index d0573171f3b..62566295925 100644 --- a/source/python/py_samr.c +++ b/source/python/py_samr.c @@ -296,7 +296,7 @@ static PyObject *samr_connect(PyObject *self, PyObject *args, PyObject *kw) if (!(mem_ctx = talloc_init())) { PyErr_SetString(samr_ntstatus, - "unable to initialise talloc context\n"); + "unable to init talloc context\n"); goto done; } -- cgit