mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
smbXsrv_client: fix debug message in smbXsrv_client_create()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
004e7a1fee
commit
73cc25fa7b
@ -539,7 +539,7 @@ NTSTATUS smbXsrv_client_create(TALLOC_CTX *mem_ctx,
|
||||
};
|
||||
struct GUID_txt_buf buf;
|
||||
|
||||
DBG_DEBUG("client_guid[%s] stored\n",
|
||||
DBG_DEBUG("client_guid[%s] created\n",
|
||||
GUID_buf_string(&global->client_guid, &buf));
|
||||
NDR_PRINT_DEBUG(smbXsrv_clientB, &client_blob);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user