1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libnet: Fix debug text

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Pavel Filipenský 2024-03-26 21:48:58 +01:00 committed by Pavel Filipensky
parent 47f552c688
commit 471163e512

View File

@ -209,8 +209,9 @@ static NTSTATUS sdb_kt_copy(TALLOC_CTX *mem_ctx,
*error_string = smb_get_krb5_error_message(context,
code,
mem_ctx);
DEBUG(0, ("smb_krb5_kt_add_entry failed code=%d, error = %s\n",
code, *error_string));
DBG_ERR("krb5_kt_add_entry failed "
"code=%d, error = %s\n",
code, *error_string);
goto done;
}
keys_exported = true;