We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1969441 + 7f0ffbb commit 071f66fCopy full SHA for 071f66f
src/clj_ssh/ssh.clj
@@ -902,7 +902,7 @@ cmd specifies a command to exec. Valid commands are:
902
(defn- scp-copy-dir
903
"Send acknowledgement to the specified output stream"
904
[send recv ^File dir {:keys [dir-mode] :or {dir-mode 0755} :as options}]
905
- (logging/trace "Sending directory %s" (.getAbsolutePath dir))
+ (logging/tracef "Sending directory %s" (.getAbsolutePath dir))
906
(scp-send-command
907
send recv
908
(format "D%04o 0 %s" dir-mode (.getName dir)))
0 commit comments