chore: fix typo
This commit is contained in:
parent
60f91b91df
commit
96994f2390
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub async fn start(fs: FileSystem, net: Network) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let Ok(canon) = dir.canonicalize() else {
|
let Ok(canon) = dir.canonicalize() else {
|
||||||
error!(?dir, "Failed to confirm servier storage");
|
error!(?dir, "Failed to confirm server storage");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
info!(dir = ?canon, "server storage");
|
info!(dir = ?canon, "server storage");
|
||||||
|
|
Loading…
Reference in a new issue