mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
change logging of process URL
This commit is contained in:
@@ -27,7 +27,7 @@ struct Utils {
|
||||
logLevel: ProcessLogLevel
|
||||
) throws -> String {
|
||||
if logLevel >= .debug {
|
||||
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
|
||||
print("\(executable.description) \(arguments.joined(separator: " "))")
|
||||
}
|
||||
|
||||
let fd = dup(1)
|
||||
|
||||
Reference in New Issue
Block a user