1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Shorten some debug messages.

This commit is contained in:
Tim Potter
-
parent d35cad359d
commit 179c68bd0d
2 changed files with 2 additions and 2 deletions

View 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;
}