File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
RsyncUI/Model/Process/Main Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ final class ProcessCommand {
7272 propogateerror ( error: error)
7373 }
7474 if let launchPath = task. launchPath, let arguments = task. arguments {
75- Logger . process. info ( " ProcessRsyncOpenrsync: \( launchPath, privacy: . public) " )
76- Logger . process. info ( " ProcessRsyncOpenrsync: \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
75+ Logger . process. info ( " ProcessCommand: command - \( launchPath, privacy: . public) " )
76+ Logger . process. info ( " ProcessCommand: arguments - \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
7777 }
7878 }
7979 }
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ final class ProcessRsyncOpenrsync {
8282 propogateerror ( error: error)
8383 }
8484 if let launchPath = task. launchPath, let arguments = task. arguments {
85- Logger . process. info ( " ProcessRsyncOpenrsync: \( launchPath, privacy: . public) " )
86- Logger . process. info ( " ProcessRsyncOpenrsync: \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
85+ Logger . process. info ( " ProcessRsyncOpenrsync: command - \( launchPath, privacy: . public) " )
86+ Logger . process. info ( " ProcessRsyncOpenrsync: arguments - \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
8787 }
8888 }
8989
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ final class ProcessRsyncVer3x {
101101 propogateerror ( error: error)
102102 }
103103 if let launchPath = task. launchPath, let arguments = task. arguments {
104- Logger . process. info ( " ProcessRsyncVer3x: \( launchPath, privacy: . public) " )
105- Logger . process. info ( " ProcessRsyncVer3x: \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
104+ Logger . process. info ( " ProcessRsyncVer3x: command - \( launchPath, privacy: . public) " )
105+ Logger . process. info ( " ProcessRsyncVer3x: arguments - \( arguments. joined ( separator: " \n " ) , privacy: . public) " )
106106 }
107107 }
108108
You can’t perform that action at this time.
0 commit comments