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

index ac3654e2c99358710c15e7bc81fb09f269a9047b..2454a433819447795aca00423fdeee5e3ca36a88 100644 (file)
@@ -430,7 +430,7 @@ NTSTATUS schannel_fetch_challenge_tdb(struct db_context *db_sc,
                status = NT_STATUS_NOT_FOUND;
 
                DEBUG(1, ("%s: HASH COLLISION with key %s ! "
-                         "Wanted to fetch record for %s but got %s.",
+                         "Wanted to fetch record for %s but got %s.\n",
                          __func__, keystr, name_upper,
                          cache_entry.computer_name));
        } else {