]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:client: Add missing newlines to logging messages
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:34:52 +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>
source3/client/client.c

index 68011679d7e9275e002532c362eb530315a39418..0948e6a07fd3c4686059ff72c31d337abfb74688 100644 (file)
@@ -620,7 +620,7 @@ static NTSTATUS display_finfo(struct cli_state *cli_state, struct file_info *fin
                                                   ctx, &sd);
                        if (!NT_STATUS_IS_OK(status)) {
                                DEBUG( 0, ("display_finfo() failed to "
-                                          "get security descriptor: %s",
+                                          "get security descriptor: %s\n",
                                           nt_errstr(status)));
                        } else {
                                display_sec_desc(sd);
@@ -2198,7 +2198,7 @@ static int cmd_mput(void)
                                        }
                                        if (!NT_STATUS_IS_OK(cli_chkpath(cli, rname)) &&
                                            !do_mkdir(rname)) {
-                                               DEBUG (0, ("Unable to make dir, skipping..."));
+                                               DEBUG (0, ("Unable to make dir, skipping...\n"));
                                                /* Skip the directory */
                                                lname[strlen(lname)-1] = '/';
                                                if (!seek_list(temp_list, lname)) {