diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-18 21:52:58 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-18 21:52:58 +0900 |
commit | 04ae5ee1dca3c904517d183f91aeb57c1b7bdddf (patch) | |
tree | 8c3902f20e690795f2be9e782ec7b96348944982 /src/file.c | |
parent | e1bddb85bdda8a507203aa8e34819e22ca9a6bb0 (diff) |
remove pr_warn debug
Diffstat (limited to 'src/file.c')
-rw-r--r-- | src/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -327,7 +327,6 @@ int file_fill(sftp_session sftp, struct list_head *file_list, char **src_array, dst_path = *dst_path == '\0' ? "." : dst_path; dst_is_remote = file_find_hostname(dst) ? true : false; dst_must_dir = cnt > 1 ? true : false; - pr_warn("dst_must_dir list_count %d %d\n", list_count(file_list), dst_must_dir); if (file_is_directory(dst_path, dst_is_remote ? sftp : NULL, false) > 0) dst_is_dir = true; |