fix(tvix/store/pathinfo/nix_http): update error message

Autosubmit was too fast and submitted this before my push went through.

Flagged in https://cl.tvl.fyi/c/depot/+/11580/comment/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:
Florian Klink 2024-05-06 18:26:09 +03:00 committed by clbot
parent aaf258f61e
commit 01a4a2399c

View file

@ -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,