aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes')
-rw-r--r--server/src/routes/ui/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs
index cfc633b..008daf0 100644
--- a/server/src/routes/ui/node.rs
+++ b/server/src/routes/ui/node.rs
@@ -59,7 +59,7 @@ pub async fn r_library_node_filter(
c.to_owned(),
db.node
.get(c)?
- .ok_or(anyhow!("child does not exist"))?
+ .ok_or(anyhow!("child does not exist: {c}"))?
.public,
))
})