mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Fix typo in error message
This commit is contained in:
parent
e957e42336
commit
73a6000f10
1 changed files with 1 additions and 1 deletions
2
mux.go
2
mux.go
|
@ -62,7 +62,7 @@ func NewHandler(server *Server) (http.Handler, error) {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
server.quotaManager = qm
|
server.quotaManager = qm
|
||||||
log.Printf("Quota initialized, currenly using %.2f GiB", float64(qm.SpaceUsed())/GiB)
|
log.Printf("Quota initialized, currently using %.2f GiB", float64(qm.SpaceUsed())/GiB)
|
||||||
}
|
}
|
||||||
|
|
||||||
mux := http.NewServeMux()
|
mux := http.NewServeMux()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue