about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/store/src/proto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs
index f2dfe1a86d..8557797598 100644
--- a/tvix/store/src/proto.rs
+++ b/tvix/store/src/proto.rs
@@ -40,7 +40,7 @@ pub enum ValidatePathInfoError {
     NoNodePresent(),
 
     /// Invalid node name encountered.
-    #[error("{0} is an invalid node name: {1}")]
+    #[error("Failed to parse {0} as NixPath: {1}")]
     InvalidNodeName(String, ParseStorePathError),
 
     /// The digest the (root) node refers to has invalid length.