about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/store/src/pathinfoservice/nix_http.rs2
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 234340592..581eb7ca7 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,