Skip to content

Commit 16fd25f

Browse files
committed
Dummy log message fix
1 parent 50e98b3 commit 16fd25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ProcessInvocation/ProcessInvocation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public struct ProcessInvocation : AsyncSequence {
710710
if let fgPgIDSetInfo = fgPgIDSetInfo {
711711
/* Let’s revert the fg pg ID back to the original value. */
712712
if tcsetpgrp(fgPgIDSetInfo.destFd.rawValue, fgPgIDSetInfo.originalValue) != 0 && errno != ENOTTY {
713-
Conf.logger?.error("Failed setting foreground process group ID of controlling terminal of stdin back to our process group.")
713+
Conf.logger?.error("Failed setting foreground process group ID of controlling terminal of redirected stdin back to the original value.")
714714
}
715715
}
716716
signalCleanupHandler()

0 commit comments

Comments
 (0)