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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user