Shorten some debug messages.
authorTim Potter <tpot@samba.org>
Thu, 16 May 2002 05:13:50 +0000 (05:13 +0000)
committerTim Potter <tpot@samba.org>
Thu, 16 May 2002 05:13:50 +0000 (05:13 +0000)
source/python/py_lsa.c
source/python/py_samr.c

index 82055181ccd5254bf45e74734fd3a4589f901839..0f71187aa65e8f4f22863f3fc33d147fda460b28 100644 (file)
@@ -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;
        }
 
index d0573171f3ba174bee14a0736e47c668f8eb9f11..62566295925eff31f4ab691919e168947d221842 100644 (file)
@@ -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;
        }