mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Clarifying descriptions as suggested in PR review
This commit is contained in:
2
mux.go
2
mux.go
@@ -67,7 +67,7 @@ func NewHandler(server *Server) (http.Handler, error) {
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("cannot load %s (use --no-auth to disable): %v", server.HtpasswdPath, err)
|
||||
}
|
||||
log.Printf("Loaded htpasswd file: %s", server.HtpasswdPath)
|
||||
log.Printf("Loaded htpasswd file %s", server.HtpasswdPath)
|
||||
}
|
||||
|
||||
const GiB = 1024 * 1024 * 1024
|
||||
|
||||
Reference in New Issue
Block a user