Switch back to app_dirs 1.1 and fix typo
This commit is contained in:
parent
6d963c059f
commit
c4d7fc62b5
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ ui = []
|
|||
|
||||
[dependencies]
|
||||
ape = "0.2.0"
|
||||
app_dirs = "1.2"
|
||||
app_dirs = "1.1.1"
|
||||
base64 = "0.10.0"
|
||||
diesel = { version = "1.4", features = ["sqlite"] }
|
||||
diesel_migrations = { version = "1.4", features = ["sqlite"] }
|
||||
|
|
|
@ -118,7 +118,7 @@ impl<'r> Responder<'r> for RangeResponder<File> {
|
|||
Ok(Range::Bytes(v)) => v,
|
||||
_ => {
|
||||
warn!(
|
||||
"Ignoring range header that could not be parse {:?}, file length is {:?}",
|
||||
"Ignoring range header that could not be parsed {:?}, file length is {:?}",
|
||||
range_header, file_length
|
||||
);
|
||||
return self.ignore_range(request, file_length);
|
||||
|
|
Loading…
Add table
Reference in a new issue