From ed3b28aa02b1c20bc8d5c2c9846fb0b68ea6deca Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 9 Jan 2023 14:29:57 +0000 Subject: chore(tvix/store): update ValidatePathInfoError messages Change-Id: I8f16e25d998a74ac110ae99eec0edbbfd720c8dd Reviewed-on: https://cl.tvl.fyi/c/depot/+/7800 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/store/src/proto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src') 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. -- cgit 1.4.1