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

index eb7e97370c18f2302fa4e2110084d5ecd1a11472..2b99eb7aff748786893eb06bb66f025c6d565ac9 100644 (file)
@@ -451,7 +451,7 @@ NTSTATUS dcerpc_check_auth(struct pipe_auth_data *auth,
                return NT_STATUS_OK;
 
        default:
-               DEBUG(3, ("Unimplemented Auth Level %d",
+               DEBUG(3, ("Unimplemented Auth Level %d\n",
                          auth->auth_level));
                return NT_STATUS_INVALID_PARAMETER;
        }