From: Volker Lendecke Date: Wed, 18 Oct 2017 11:26:07 +0000 (+0200) Subject: rpc_client: Fix wording in a DEBUG statement X-Git-Tag: tevent-0.9.34~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7cdd396abfc4a5ff3c99e03398f28aa7342af69;p=thirdparty%2Fsamba.git rpc_client: Fix wording in a DEBUG statement Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Oct 19 04:57:44 CEST 2017 on sn-devel-144 --- diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index 19b81a5f5a9..616523ec371 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -368,7 +368,7 @@ again: if (cli_credentials_is_anonymous(trust_creds)) { DBG_WARNING("get_trust_credential for %s only gave anonymous," - "unable to make get NETLOGON credentials\n", + "unable to negotiate NETLOGON credentials\n", netlogon_creds_cli_debug_string( creds_ctx, frame)); status = NT_STATUS_CANT_ACCESS_DOMAIN_INFO;