diff options
-rw-r--r-- | tvix/store/src/proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs index f2dfe1a86d1c..85577975985e 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. |