diff options
author | Florian Klink <flokli@flokli.de> | 2024-05-06T15·26+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-06T15·35+0000 |
commit | 01a4a2399c2455b672051c1a005dabaf2971025d (patch) | |
tree | 431b878a780267a92dce58577abad5668f8b8c77 /tvix | |
parent | aaf258f61ee6113caaebe83a410f4d274a173b93 (diff) |
fix(tvix/store/pathinfo/nix_http): update error message r/8081
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
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/store/src/pathinfoservice/nix_http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/pathinfoservice/nix_http.rs b/tvix/store/src/pathinfoservice/nix_http.rs index 234340592e89..581eb7ca7af8 100644 --- a/tvix/store/src/pathinfoservice/nix_http.rs +++ b/tvix/store/src/pathinfoservice/nix_http.rs @@ -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, |