aboutsummaryrefslogtreecommitdiff
path: root/Sources/gopherHandler.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/gopherHandler.swift')
-rw-r--r--Sources/gopherHandler.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/gopherHandler.swift b/Sources/gopherHandler.swift
index 1c40091..1961a8f 100644
--- a/Sources/gopherHandler.swift
+++ b/Sources/gopherHandler.swift
@@ -94,7 +94,7 @@ final class GopherHandler: ChannelInboundHandler {
}
} else {
- logger.error("Error reading directory: \(path.path) Error: \(error)")
+ logger.error("Error reading directory: \(path.path) Directory does not exist.")
return .string("3Error reading file...\terror.host\t1\r\n")
}