Skip to content

Commit 6571403

Browse files
committed
Change timeout warning to debug level
1 parent 0450bd9 commit 6571403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ShellOut.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ private extension Process {
499499
self.waitUntilExit()
500500

501501
if outputGroup.wait(timeout: .now() + eofTimeout) == .timedOut {
502-
logger?.warning("ShellOut.launchBash: Timed out waiting for EOF! (command: \(command))")
502+
logger?.debug("ShellOut.launchBash: Timed out waiting for EOF! (command: \(command))")
503503
}
504504

505505
// We know as of this point that either all blocks have been submitted to the

0 commit comments

Comments
 (0)