From 01a4a2399c2455b672051c1a005dabaf2971025d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 6 May 2024 18:26:09 +0300 Subject: 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 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/store/src/pathinfoservice/nix_http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store') 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, -- cgit 1.4.1