]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc/rpc: Add missing newline to logging message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 31 Jul 2023 04:16:20 +0000 (16:16 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:36 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/rpc/dcerpc_pkt_auth.c

index 1cb191468b5d9056fa096f6fdb54c3e6f29a5344..5aaca50919faa78d6ae2d26376919580eb6ba2e9 100644 (file)
@@ -467,7 +467,7 @@ void dcerpc_save_ndr_fuzz_seed(TALLOC_CTX *mem_ctx,
                 */
                NTSTATUS status = gnutls_error_to_ntstatus(rc,
                                                  NT_STATUS_HASH_NOT_SUPPORTED);
-               DBG_ERR("Failed to generate SHA1 to save fuzz seed: %s",
+               DBG_ERR("Failed to generate SHA1 to save fuzz seed: %s\n",
                        nt_errstr(status));
                talloc_free(temp_ctx);
                return;