mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 00:36:55 +03:00
type in return error
This commit is contained in:
parent
3e2b32573f
commit
b9e994be0c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user