s3:client: Add missing newlines to logging messages
[samba.git] / 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)) {