fix(tvix/store/pathinfo/nix_http): update error message
Autosubmit was too fast and submitted this before my push went through.
Flagged in 40a56824
_7be73334/
Change-Id: I1f835ae60c2c6fd2db6654c1b1c71d90bee141af
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11595
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
This commit is contained in:
parent
aaf258f61e
commit
01a4a2399c
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ where
|
|||
warn!(
|
||||
narinfo.nar_size = narinfo.nar_size,
|
||||
http.nar_size = nar_size,
|
||||
"NARSize mismatch"
|
||||
"NarSize mismatch"
|
||||
);
|
||||
Err(io::Error::new(
|
||||
io::ErrorKind::InvalidData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue