mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
type in return error
This commit is contained in:
@@ -197,7 +197,7 @@ func run() error {
|
||||
|
||||
accessLog, alErr := makeAccessLogWriter()
|
||||
if alErr != nil {
|
||||
return fmt.Errorf("failed to access log: %w", sslErr)
|
||||
return fmt.Errorf("failed to access log: %w", alErr)
|
||||
}
|
||||
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user