]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpcclient: Fix a DBG msg: This is not dcerpc_winreg_int_openkey()
authorVolker Lendecke <vl@samba.org>
Tue, 2 Feb 2021 14:12:55 +0000 (15:12 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 16 Mar 2021 17:09:32 +0000 (17:09 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_client/cli_winreg_int.c

index 3ac8380bf7c22ac42a2fb75ad0893bec8960250f..51cd36367e06a35866ab5efb114486444adb8417 100644 (file)
@@ -120,8 +120,8 @@ static NTSTATUS _winreg_int_openkey(TALLOC_CTX *mem_ctx,
                                       msg_ctx,
                                       &binding_handle);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("dcerpc_winreg_int_openkey: Could not connect to winreg pipe: %s\n",
-                         nt_errstr(status)));
+               DBG_WARNING("Could not connect to winreg pipe: %s\n",
+                           nt_errstr(status));
                return status;
        }